Why main is not a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is a example of a variable?
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
Can we use visual studio for c?
What's a "sequence point"?
What is the difference between #include and #include 'file' ?
what is const volatile?
Can we include one C program into another C program if yes how?
write a function to find whether a string is palindrome or not and how many palindrome this string contain?