largest Of three Number using without if condition?
what is foreign key in c language?
What is the difference between variable declaration and variable definition in c?
What is 2 d array in c?
How can I sort a linked list?
Can one function call another?
Explain the difference between strcpy() and memcpy() function?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
What is the use of pragma in embedded c?
How many bytes is a struct in c?
how we can make 3d venturing graphics on outer interface
Bit swapping
Explain what is the difference between functions getch() and getche()?