What is the use of function in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of a array in c
pgm to find middle element of linklist(in efficent manner)
When a c file is executed there are many files that are automatically opened what are they files?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Are comments included during the compilation stage and placed in the EXE file as well?
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?
Can you apply link and association interchangeably?
What is the size of structure pointer in c?
what does " calloc" do?
What is dynamic dispatch in c++?
How to get string length of given string in c?
Is c is a high level language?