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

How is a macro different from a function?

0 Answers   Tech Mahindra,


why we need function pointers?

3 Answers  


what type of questions arrive in interview over c programming?

0 Answers  


What are the functions to open and close file in c language?

0 Answers  


Program to display given 3 integers in ascending order

1 Answers   N Tech,






Is main an identifier in c?

0 Answers  


Write a program to swap two numbers without using third variable in c?

0 Answers  


write a method for an array in which it can display the largest n next largest value.

1 Answers   Value Labs,


Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


Why is malloc used?

1 Answers  


Explain how can I pad a string to a known length?

0 Answers  


#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?

16 Answers   Accel Frontline, Opera, Oracle,


Categories