Is main is a keyword in c?


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

Post New Answer

More C Interview Questions

What is #define?

0 Answers  


if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')

23 Answers  


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

0 Answers  


Can a binary search tree be used as an index? If yes, how? Explain

0 Answers   TCS,


What is this pointer in c plus plus?

0 Answers  






how to display 2-D array elements in spiral

2 Answers  


What does 4d mean in c?

0 Answers  


What does the function toupper() do?

0 Answers  


What is difference between union and structure in c?

0 Answers  


Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.

2 Answers  


main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain

1 Answers  


what is the difference between c and c++?

7 Answers  


Categories