Why we use int main and void main?
No Answer is Posted For this Question
Be the First to Post Answer
What is a keyword?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Explain the term printf() and scanf() used in c language?
What is the right type to use for boolean values in c? Is there a standard type?
how i m write c program 1.check prime number 2.prime number series
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
can anyone suggest some site name..where i can get some good data structure puzzles???
Differentiate call by value and call by reference?
print a "hello" word without using printf n puts in c language
is it possible to change the default calling convention in c ?
What is the best way of making my program efficient?
What are the two types of structure?