What is double pointer?
Answer / Sarman Baghel
In C programming, a double pointer is a variable that stores the address of another pointer. A double pointer is declared using two asterisks (**) before the variable name.
| Is This Answer Correct ? | 0 Yes | 0 No |
can v write main() { main(); } Is it true?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
Is anything faster than c?
what are the difference between ANSI C and Let Us c and Turbo C
When should I declare a function?
What are the scope of static variables?
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
What is the difference between formatted&unformatted i/o functions?
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
Difference between macros and inline functions? Can a function be forced as inline?
1 Answers HAL, Honeywell, Zomato,
What is graph in c?