Is main is a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to swap two variables a=5 , b= 10 without using third variable
Is there a way to switch on strings?
What are the header files used in c language?
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
What is the difference between int main and void main in c?
what are the various memory handling mechanisms in C ?
What are nested functions in c?
WHAT IS C?
Can we replace the struct function in tree syntax with a union?
Does c have an equivalent to pascals with statement?
Reverse a string word by word??
what is difference between declaring the pointer as int and char in c language?