What is pointers in c?


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

Post New Answer

More C Interview Questions

What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..

5 Answers   Aricent, TCS,


how to connect oracle in C/C++.

3 Answers   TCS, Wipro,


int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }

3 Answers  


List a few unconditional control statement in c.

0 Answers  


Tell us the use of fflush() function in c language?

0 Answers  






What are structures and unions? State differencves between them.

0 Answers   iNautix,


In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


How many types of linked lists what are they? How many types of data structures?

18 Answers   BSNL, Pivotal Software,


what is structuer?

4 Answers   LG Soft, Wipro,


Do you have any idea how to compare array with pointer in c?

0 Answers  


What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }

1 Answers  


Explain what is the benefit of using an enum rather than a #define constant?

0 Answers  


Categories