Why do we use pointer to pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is masking?
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
Can a pointer be volatile in c?
Explain 'far' and 'near' pointers in c.
What is %d called in c?
What is the difference between procedural and functional programming?
What is modifier & how many types of modifiers available in c?
How many types of errors are there in c language? Explain
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
WHAT IS FLOAT?
What is the significance of c program algorithms?
What are extern variables in c?