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 a headerfile?and what will be a program without it explain nan example?

6 Answers   Assurgent,


Why c is a mother language?

0 Answers  


What are the types of arrays in c?

0 Answers  


is compiler do read the data line by line or not. ??

6 Answers   LG Soft, Satyam, Tech Mahindra,


4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.

1 Answers   Wipro,


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

0 Answers  


The __________ attribute is used to announce variables based on definitions of columns in a table?

0 Answers  


What are the disadvantages of c language?

0 Answers  


What does static variable mean in c?

0 Answers  


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

0 Answers  


write a program for fibonaci series by using while loop in c?

2 Answers  


in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000

3 Answers  


Categories