What are valid signatures for the Main function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

can we define a function in structure?

2 Answers  


Why header files are used?

0 Answers  


explain what is fifo?

0 Answers  


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

0 Answers   Wilco,


simple c program for 12345 convert 54321 with out using string

7 Answers   TCS,






A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

0 Answers  


What are types of structure?

0 Answers  


whether itis a structured language?

1 Answers   Microsoft,


main() { int a[10]; printf("%d",*a+1-*a+3); }

2 Answers  


write a c program to find biggest of 3 number without relational operator?

12 Answers   TCS, Wipro,


What is wrong with this program statement?

0 Answers  


What is a pointer in c plus plus?

0 Answers  


Categories