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

#define f(x)
main()
{
printf("\n%d",f(2+2));
}

Answer Posted / hema

0

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I make it pause before closing the program output window?

1081


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

2173


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

1166


How can you find out how much memory is available?

1114


Explain is it valid to address one element beyond the end of an array?

1250


Why calloc is better than malloc?

1093


Explain pointer. What are function pointers in C?

1145


Why does the call char scanf work?

1261


What is the meaning of typedef struct in c?

1116


What is identifiers in c with examples?

1242


What is line in c preprocessor?

1101


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

3126


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

2691


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

16919


How do we print only part of a string in c?

1078