What is indirection? How many levels of pointers can you have?
No Answer is Posted For this Question
Be the First to Post Answer
what is a constant pointer in C
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
What is character constants?
Why doesnt this code work?
What is function and its example?
Explain what does the format %10.2 mean when included in a printf statement?
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
Which is better between malloc and calloc?
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
An array name contains base address of the array. Can we change the base address of the array?
Taking an example,differentiate b/w loader and linker ?