What is wild pointer in c with example?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is develop in c language

2 Answers  


What is the difference between memcpy and memmove?

0 Answers  


What is linear search?

0 Answers  


how to find your architecture is LittleEndian or BigEndian?

1 Answers  


what are two categories of clint-server application development ?

1 Answers  


Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?

2 Answers   Accenture,


I need previous papers of CSC.......plz help out by posting them.......

0 Answers  


how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,


Are global variables static in c?

0 Answers  


Can a local variable be volatile in c?

0 Answers  


What is the use of static variable in c?

0 Answers  


Explain what does the format %10.2 mean when included in a printf statement?

0 Answers  


Categories