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

which header file contains main() function in c?

17 Answers   Google, HCL, TCS,


What is NULL pointer?

0 Answers   Infosys,


why programming language C is still used in operating system's kernel??

1 Answers   Wipro,


Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.

1 Answers  


What is gets() function?

0 Answers  






Write a C program to count the number of email on text

0 Answers  


what different between c and c++

1 Answers  


If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???

3 Answers   Amdocs, IBM,


How pointer is benefit for design a data structure algorithm?

2 Answers  


Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.

2 Answers   Drona Solutions, Infosys, Vodafone, Webyog,


What are void pointers in c?

0 Answers  


The statement, int(*x[]) () what does in indicate?

0 Answers  


Categories