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

wht is the difference between KPO and BPO ?

2 Answers   Accenture, BPO, HCK, HCL, Infosys,


What tq means in chat?

0 Answers  


Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5

3 Answers  


What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);

3 Answers   Bosch,


Write a routine that prints out a 2-D array in spiral order!

1 Answers   Lucent,






how many key words availabel in c a) 28 b) 31 c) 32

0 Answers  


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

0 Answers  


How can I list all of the predefined identifiers?

0 Answers  


How can I return multiple values from a function?

6 Answers  


What is wrong with this code?

0 Answers  


Why the use of alloca() is discouraged?

2 Answers   Oracle,


What will be your course of action for a push operation?

0 Answers  


Categories