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...


Differentiate between ordinary variable and pointer in c.


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

Post New Answer

More C Interview Questions

Can an array be an Ivalue?

0 Answers   EXL,


main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?

7 Answers   Ramco,


main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }

4 Answers   Vector,


Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?

2 Answers   Accenture,


Why cd or dvd are round why not square.

1 Answers  


Explain what are bus errors, memory faults, and core dumps?

0 Answers  


how to make program without <> in library.

1 Answers   ADITI,


Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...

2 Answers  


How can you print HELLO WORLD without using "semicolon"?

7 Answers   HCL, Infosys,


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

0 Answers  


What is the equivalent code of the following statement in WHILE LOOP format?

0 Answers  


inline function is there in c language?

4 Answers  


Categories