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

write a program to print infinte number

4 Answers  


What is static identifier?

0 Answers   TCS,


What is a nested formula?

0 Answers  


Explain null pointer.

0 Answers  


6)What would be the output? main() { int u=1,v=3; pf("%d%d",u,v); funct1(&u,&v); pf("%d%d\n",u,v); } void funct1(int *pu, int *pv) { *pu=0; *pv=0; return; } a)1 3 1 3 b)1 3 1 1 c)1 3 0 0 d)1 1 1 1 e) 3 1 3 1

4 Answers  






what is the difference between arrays and linked list

26 Answers   MAHINDRA, Tech Mahindra, Wipro,


what is diognisis?

1 Answers  


Explain what is output redirection?

0 Answers  


how to TOGGLE Nth bit of variable in a MACRO

1 Answers   NDS,


Explain built-in function?

0 Answers  


What are different storage class specifiers in c?

0 Answers  


How can I read/write structures from/to data files?

0 Answers  


Categories