What is sizeof return in c?


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

Post New Answer

More C Interview Questions

void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

0 Answers  


What is a macro?

0 Answers  


What is variables in c?

0 Answers  


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

0 Answers   Aspire, Infogain,


C program to read the integer and calculate sum and average using single dimensional array

0 Answers  






What is function in c with example?

0 Answers  


How many data structures are there in c?

0 Answers  


What is a good way to implement complex numbers in c?

0 Answers  


Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?

1 Answers   Infosys,


What are compound statements?

0 Answers  


How macro execution is faster than function ?

0 Answers   Wipro,


where do we use volatile keyword?

1 Answers  


Categories