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


illustrate the use of address operator and dereferencing
operator with the help of a program


guys plzzz help for this question


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

Post New Answer

More C Interview Questions

how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y

4 Answers   TCS,


What is strcpy() function?

0 Answers  


Explain pointers in c programming?

0 Answers  


What is the function of this pointer?

0 Answers   Agilent, ZS Associates,


#include<stdio.h> main() { char *p1; char *p2; p1=(char *) malloc(25); p2=(char *) malloc(25); strcpy(p1,"Ramco"); strcpy(p2,"Systems"); strcat(p1,p2); printf("%s",p1); } Tell me the output?

6 Answers   Ramco,


What is a pointer and how it is initialized?

0 Answers  


What is the most efficient way to count the number of bits which are set in an integer?

0 Answers  


What are the ways to a null pointer can use in c programming language?

0 Answers  


what is the difference between definition and declaration? give me some examples.

2 Answers   TCS,


Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17

0 Answers  


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

0 Answers   TCS,


The __________ attribute is used to announce variables based on definitions of columns in a table?

0 Answers  


Categories