cbsenotes • 2012-06-09
    
     Quiz? (img source:clker.com) Multiple Choice Questions on Computer Fundamentals Q1: ASCII stands for (a) American Standard Currency for International Interchange (b) American Standard Code 
    
     
     
    
    
    
    
    cbsenotes • 2012-06-02
    
     Q1. What is the size of a variable? Answer: When you declare a variable- memory is allocated for that variable. For example char variable takes 1 byte of memory while an int variable consumes two b
    
     
     
    
    
    
    
    cbsenotes • 2012-05-30
    
     C++ Snippets complied and tested in Turbo C++ (DOS mode). Q1: Write a simple program to print your name- class and school. Answer: #include  int main() { cout <<