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 are structure types in C?

0 Answers  


how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help

5 Answers  


In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


What are predefined functions in c?

0 Answers  


in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

4 Answers   Infosys, NetApp,


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

0 Answers  


what is the difference between getch() and getchar()?

10 Answers   Huawei, Infosys,


If we give two names then this displays the connection between the two people. It is nothing but flames game

1 Answers  


pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()

2 Answers   TCS, ZenQ,


What is the difference between functions getch() and getche()?

0 Answers  


difference between c and c++?

2 Answers  


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

0 Answers   Zoho,


Categories