What are the types of operators in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is sizeof int?
Under what circumstances does a name clash occur?
how can i print "hello"
Program to find the sum of digits of a given number until the sum becomes a single digit
what is diference between return 0 and return NULL??
What are runtime error?
Difference between goto, long jmp() and setjmp()?
f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
What is floating point constants?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
hi how to convert program from notepad to turboc editor can u please help me
why do we use pointer instead directly acessing the data?