Why do we use pointer to pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,
What are the 32 keywords in c?
What is the significance of an algorithm to C programming?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What is a function in c?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Explain what does the format %10.2 mean when included in a printf statement?
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Subtract Two Number Without Using Subtraction Operator
Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.
what is difference between null and nul in c language