What is double pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program to perform some of the operation which can be performed using Single linked list
Is c compiled or interpreted?
What are the application of c?
What is the g value paradox?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
What is the difference between the = symbol and == symbol?
what is the return type of printf
diff between exptected result and requirement?
how 2 compile & execute c program with out using editor?
wite a programme in c to linear search a data using flag and without using flags?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers