C program execution always begins with

a) #include

b) comment (/*-------*/)

c) main()

d) declaration instructions


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

Post New Answer

More C Interview Questions

What is the difference between File pointer and Internal Charecter Pointer?

2 Answers   TATA,


What are the usage of pointer in c?

0 Answers  


What is memcpy() function?

0 Answers  


write a program in c language to print your bio-data on the screen by using functions.

0 Answers  


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

0 Answers   TCS,


write a program to concatenation the string using switch case?

0 Answers  


What is the use of the restrict keyword?

1 Answers  


Is c procedural or functional?

0 Answers  


wat is the meaning of c?

9 Answers   CTS, IBM, Wipro,


out put of printf(“%d”,printf(ram));

5 Answers  


How can I read data from data files with particular formats?

0 Answers  


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


Categories