‎How to define structures? · ‎


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

Post New Answer

More C Interview Questions

How many types of errors are there in c language? Explain

0 Answers  


what do structure language means?

3 Answers   Microsoft,


difference between native and cross compilers

0 Answers  


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

0 Answers  


What are the different types of constants?

0 Answers  






what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

10 Answers   IBM,


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

0 Answers  


Explain the difference between ++u and u++?

0 Answers  


program to find middle element of linklist?

1 Answers   Huawei,


how to write a bubble sort program without using temporary variable?

1 Answers   Aricent,


What is the relationship between pointers and data structure?

0 Answers  


Place the #include statement must be written in the program?

0 Answers  


Categories