When should a type cast be used?
No Answer is Posted For this Question
Be the First to Post Answer
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What is the difference between GETS();AND SCANF();
What are the characteristics of arrays in c?
write a prgram of swapping with 2 valiables
fn f(x) { if(x<=0) return; else f(x-1)+x; }
What is the general form of #line preprocessor?
what is the use of ~ in c lang?????
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is difference between arrays and pointers?
Explain how can I avoid the abort, retry, fail messages?
What does stand for?