What does main () mean in c?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between Macro and ordinary definition.
What is period operator in c?
#define f(x) main() { printf("\n%d",f(2+2)); }
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Explain high-order and low-order bytes.
What is the difference between variable declaration and variable definition in c?
How is a null pointer different from a dangling pointer?
What is the advantage of a random access file?
What is "Duff's Device"?
How do you write a program which produces its own source code as output?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?