What is pointers 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 can I automatically locate a programs configuration files in the same directory as the executable?

0 Answers  


write a C code To reverse a linked list

2 Answers   Motorola, Wipro,


Can we write a program without main() function?

9 Answers  


How many data structures are there in c?

0 Answers  


I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?

1 Answers  


main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }

3 Answers   CSC,


What is difference between function overloading and operator overloading?

0 Answers  


Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.

1 Answers  


What are qualifiers?

0 Answers  


what are the facialities provided by you after the selection of the student.

0 Answers   TCS,


1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file

1 Answers  


can we implement multi-threads in c.

0 Answers  


Categories