What does int main () mean?
No Answer is Posted For this Question
Be the First to Post Answer
what is use of loop?
How can I find the day of the week given the date?
what is the structure?
what is compiler
Explain how are portions of a program disabled in demo versions?
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
what is a pointer
4 Answers Bank Of America, TCS,
What is the advantage of a random access file?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
What is an auto keyword in c?
What is const keyword in c?