What is wild pointer in c?


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

Post New Answer

More C Interview Questions

What are keywords in c with examples?

0 Answers  


Define the scope of static variables.

0 Answers  


input any 4 digit number and find the difference of all the digits?

3 Answers   Google,


why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

0 Answers  


How can I get the current date or time of day in a c program?

0 Answers  






Explain what are the advantages and disadvantages of a heap?

0 Answers  


Explain what is the concatenation operator?

0 Answers  


write a program to copy a string without using a string?

2 Answers  


What does #pragma once mean?

0 Answers   Celstream,


What is a union?

0 Answers  


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

0 Answers  


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

0 Answers  


Categories