Why pointers are used in c?


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

Post New Answer

More C Interview Questions

What type of function is main ()?

0 Answers  


What are the preprocessor categories?

0 Answers  


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

0 Answers   Mindteck,


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

0 Answers  


Can you think of a logic behind the game minesweeper.

0 Answers  






What is the difference between formatted&unformatted i/o functions?

0 Answers  


How many identifiers are there in c?

0 Answers  


What are the functions to open and close the file in c language?

0 Answers  


How can you read a directory in a C program?

0 Answers  


A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }

2 Answers   Wipro,


write a c program to find the square of a 5 digit number and print the result.

5 Answers   Accenture, Sasken, Vimukti Technologies,


Explain threaded binary trees?

0 Answers  


Categories