Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are pointers in C? Give an example where to illustrate their significance.


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

Post New Answer

More C Interview Questions

the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }

4 Answers   CMC, TCS,


what is the height of tree if leaf node is at level 3. please explain

0 Answers  


Do variables need to be initialized?

0 Answers  


Is return a keyword in c?

0 Answers  


Explain this code. #include <stdio.h> void f1(int *k) { *k = *k + 10; } main ( ){ int i; i = 0; printf (" The value of i before call %d \n", i); f1 (&i); printf (" The value of i after call %d \n", i); }

3 Answers   IBM,


struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));

2 Answers  


#include<stdio.h> #include<conio.h> void main() {clrscr(); char another='y'; int num; for(;another=='y';) { printf("Enter a number"); scanf("%d",&num); printf("squre of %d is %d",num,num*num); printf("\nwant to enter another number y/n"); scanf("%c",&another); } getch(); } the above code runs only one time.on entering 'y' the screen disappeares.what can i do?

3 Answers  


write a program to add two numbers of any size.....(remember any size)

1 Answers  


how to print this sereis 2 4 3 6 5..........?

3 Answers  


1,1,5,17,61,217,?,?.

3 Answers   Apple,


what is the difference between class and unio?

0 Answers   HCL, Wipro,


write a c program for greatest of three numbers without using if statment

4 Answers   IBM,


Categories