Why main is not a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to interchange the value between two variable without using loop
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
How to add two numbers without using semicolon at runtime
What is the purpose of the fflush() function in C?
The differences between Windows XP and Windows Visa
What are the types of functions in c?
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
Can you think of a way when a program crashed before reaching main? If yes how?
Is null a keyword in c?
What is a good way to implement complex numbers in c?