C program execution always begins with

a) #include

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

c) main()

d) declaration instructions



C program execution always begins with a) #include b) comment (/*-------*/) c) main() d)..

Answer / Surendra Kumar Das

c) main

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Total of how many functions are available in c?

3 Answers  


to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E …….. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,………….].

2 Answers   Infosys, TCS,


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

1 Answers   InterGraph,


how to find anagram without using string functions using only loops in c programming

1 Answers   Mind Tree, TCS,


How to add two numbers without using semicolon at runtime

2 Answers  


What do you mean by dynamic memory allocation in c? What functions are used?

1 Answers  


With the help of using classes, write a program to add two numbers.

1 Answers   TCS,


Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.

1 Answers  


How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.

1 Answers   HCL,


Is reference used in C?

1 Answers  


What will be your course of action for a push operation?

1 Answers  


how to swap 4 number without using temporary number?

2 Answers  


Categories