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

15.what is the disadvantage of using macros?
16.what is the self-referential structure?
17.can a union be self-referenced?
18.What is a pointer?
19.What is the Lvalue and Rvalue?
20.what is the difference between these initializations?
21.Char a[]=”string”;
22.Char *p=”literal”;
23.Does *p++ increment p, or what it points to?

Answer Posted / aravindakrishnan

for q 22 and 23;
*p++;
in post increment untill semicolon is encountered,
p points to 'l' only in the next line only
p points to 'i';

puts(*p++) gives the answer literal only

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the two types of structure?

1146


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

1174


What is %s and %d in c?

1107


How can you access memory located at a certain address?

1166


What does int main () mean?

1078


Explain what is the benefit of using enum to declare a constant?

1137


What does a function declared as pascal do differently?

1225


What is data structure in c programming?

1134


write a program to rearrange the array such way that all even elements should come first and next come odd

2357


Explain what are the standard predefined macros?

1173


What are Macros? What are its advantages and disadvantages?

1224


What is a volatile keyword in c?

1218


ATM machine and railway reservation class/object diagram

5315


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2858


What is mean by data types in c?

1074