Can you mix old-style and new-style function syntax?
No Answer is Posted For this Question
Be the First to Post Answer
How can you determine the size of an allocated portion of memory?
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Can we add pointers together?
Explain what is the difference between text files and binary files?
What is clrscr ()?
What are different types of operators?
what is c++ programming?
What is a stream?
What is the difference between ++a and a++?
What is data type long in c?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1