Why do we use int main?
No Answer is Posted For this Question
Be the First to Post Answer
In C programming, how do you insert quote characters (‘ and “) into the output screen?
How can variables be characterized?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
multiple of 9 without useing +,* oprator
main difference between c and c++ language
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
in linking some of os executables are linking name some of them
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
write a program to interchange the value between two variable without using loop
#define d 10+10 main() { printf("%d",d*d); }
What is the difference between null pointer and the void pointer?
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,