What is void main () in c?


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

Post New Answer

More C Interview Questions

Total of how many functions are available in c?

3 Answers  


Which type of language is c?

0 Answers  


What are external variables in c?

0 Answers  


7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above

10 Answers   Accenture,


please give me some tips for the selection in TCS.

3 Answers   TCS,






Write a simple code fragment that will check if a number is positive or negative.

0 Answers  


ABCDCBA ABC CBA AB BA A A

4 Answers   TCS,


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

0 Answers   Wilco,


Linked lists -- can you tell me how to check whether a linked list is circular?

0 Answers  


Which is better between malloc and calloc?

0 Answers  


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

0 Answers   Wilco,


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

0 Answers  


Categories