Whether there can be main inside another main?If so how does
it work?
Answer Posted / guest
nested main
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what is the difference between text files and binary files?
Which is better oop or procedural?
Why do we use stdio h and conio h?
Is null valid for pointers to functions?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is wrong with this declaration?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What is the mean of function?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What is multidimensional arrays
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
What are the characteristics of arrays in c?
What is the best way to comment out a section of code that contains comments?
What is the difference between variable declaration and variable definition in c?
Are enumerations really portable?