How to declare pointer variables?


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

Post New Answer

More C Interview Questions

What is conio h in c?

0 Answers  


write a program of bubble sort using pointer?

3 Answers   TCS,


What are the types of data structures in c?

0 Answers  


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

0 Answers   Wipro,


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

0 Answers  


What is define directive?

0 Answers  


Does free set pointer to null?

0 Answers  


What is #line used for?

0 Answers  


character array A[12] can hold

5 Answers   Wipro,


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers   Vector India,


What are the advantages of Macro over function?

1 Answers  


how to find anagram without using string functions using only loops in c programming

0 Answers  


Categories