What is a protocol in c?
No Answer is Posted For this Question
Be the First to Post Answer
In c language can we compile a program without main() function?
what is computer
What is a loop?
List the difference between a "copy constructor" and a "assignment operator"?
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
What is difference between union and structure in c?
what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }
Can 'this' pointer by used in the constructor?
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
what is c++ programming?
without a terminator how can we print a message in a printf () function.