What is the best style for code layout in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write code for finding depth of tree
What is the 'named constructor idiom'?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
how to copy a string without using c function
Is it possible to create recycle bin in mobiles?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
Is c is a middle level language?
what is the difference between unix os and linux os
find the size of structure without using the size of function
what is diff between localstatic and globalstatis variable possible 2 use in another file...?