Can you mix old-style and new-style function syntax?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How can you determine the size of an allocated portion of memory?

0 Answers   Aspire, Infogain,


fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }

17 Answers   NDS,


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

0 Answers  


Can we add pointers together?

0 Answers  


Explain what is the difference between text files and binary files?

0 Answers  






What is clrscr ()?

0 Answers  


What are different types of operators?

0 Answers  


what is c++ programming?

3 Answers   TCS,


What is a stream?

0 Answers  


What is the difference between ++a and a++?

0 Answers  


What is data type long in c?

0 Answers  


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

1 Answers  


Categories