Which of the following is not a valid declaration for main
()?
1) int main()
2) int main(int argc, char *argv[])
3) They both work
Answers were Sorted based on User's Feedback
Software Interview Questions
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???
What is the difference between fread buffer() and fwrite buffer()?
How do I copy files?
void main() { int i=5; printf("%d",i+++++i); }
Add 2 64 bit numbers on a 32 bit machine
3 Answers EMC, Hyderabad Central University, NetApp,
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
Explain the difference between the local variable and global variable in c?
What is array in c with example?
What is LINKED LIST? How can you access the last element in a linked list?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
what is pointer