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



wat is the output

#define VOLEDEMORT _who_must_not_be_named
int main()
{
printf("VOLEDEMORT");
}

Answers were Sorted based on User's Feedback



wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VO..

Answer / gorgeousgirl

VOLEDEMORT

reference:
http://codepad.org/Uks2ydDu

Is This Answer Correct ?    2 Yes 0 No

wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VO..

Answer / sinchan garai

just

VOLEDEMORT

nothing more or less than that.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More C Interview Questions

What are pointers in C?

5 Answers   KPIT,


How to implement a packet in C

0 Answers   Aricent,


What is a string?

0 Answers  


#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }

4 Answers   HCL,


Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me

2 Answers  


What is the use of pragma in embedded c?

0 Answers  


what is the return type of printf

3 Answers  


What is a pointer on a pointer in c programming language?

0 Answers  


the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters

2 Answers  


how is the examination pattern?

0 Answers   Wipro,


What is difference between structure and union?

0 Answers  


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

0 Answers  


Categories