Should I learn c before c++?
No Answer is Posted For this Question
Be the First to Post Answer
what is the little endian and big endian?
What are the different types of errors?
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
Why is c called c not d or e?
What is switch in c?
Explain threaded binary trees?
What does 3 periods mean in texting?
What are data breakpoints?
what is a void pointer?
How can I write functions that take a variable number of arguments?
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
How do you initialize pointer variables?