How many levels of indirection in pointers can you have in a single declaration?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of ‘auto’ keyword?
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
what is the use of call back function in c?tell me with example
What happens if a header file is included twice?
What is difference between main and void main?
write a program to sort the elements in a given array in c language
How can I do graphics in c?
what is the difference between class and unio?
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
to get a line of text and count the number of vowels in it
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
What are the different pointer models in c?