What will be the output of following program?
main() { int i=1; for(;i<=32768;i++) printf("%d",i); }
What will be the output?
main() { int a[]={1,3,5,7}; printf("%d",&a[3]-&a[1]); }
What will be the output of following program?
{ int i=0; switch(i) { case 0: i++; printf("%d..",i); case 1: printf("%d..",i); case 1: printf("%d..",i); } }
What will be the O/P?
main() { struct xyz { int i; }; struct xyz *p; struct xyz a; p=&a; p->i=10; printf("%d",(*p).i); }
What is the storage required for the name "George"?
What is the part of compiler that keeps track of names and their attributes?
Which of the following operators cannot be overloaded in C++?
Which constructor is invalid for class cat?
Typical user defined signal handler functions perform actions such as
What is the name given to the process initializing a microcomputer with its OS?
Desirable attributes for memory management include
Major expressions used with find command to select file is it has been accessed in more than 365 days,is
Which of the following is not a basic computer network topology?
which file contains all permanent information and is updated during processing by transactions of data?
Which set option is used with vi editor to display line numbers on screen?
Assuming you have the environment variable ENV=.kshrc set, what is the entry in ur .kshrc or .profile that will save up to ur last 200 commands in a history list?
You have 1MB of memory left on the HDD and when booting the system crashes. What is the reason?
How do I remove a file with the name '-something' ?
The customer is an internet search engine with hits from global customers exceeding 10 million per day. You identify Knowledge Management as the driving business issue. Which feature is most imp to this customer solution?
Unlike function templates, when instantiating a class template, you must explicitly instantiate the class by giving?
How to improve your Interview, Salary Negotiation, Communication & Presentation Skills.
Got a tip or Question?
Let us know