What is the best style for code layout in c?


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

Post New Answer

More C Interview Questions

how many argument we can pas in in a function

25 Answers   CTS,


What are the application of void data type in c?

0 Answers  


x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????

3 Answers  


What is #pragma statements?

0 Answers  


marge linklist

0 Answers   HCL,






Differentiate between the expression “++a” and “a++”?

0 Answers  


How can I open files mentioned on the command line, and parse option flags?

0 Answers  


what is the use of operator ^ in C ? and how it works?

2 Answers  


What is the mean of function?

0 Answers  


What is the use of sizeof () in c?

0 Answers  


#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }

3 Answers   IBM,


Is there sort function in c?

0 Answers  


Categories