Why main is not a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
What is the scope of static variables?
Write a program in c to print * * * * * *******
Where does the name "C" come from, anyway?
What is Function Pointer? Explain with example?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What the advantages of using Unions?
Can we add pointers together?
can u give me the good and very optimised code for a car racing game?
What is union and structure in c?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
What header files do I need in order to define the standard library functions I use?