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 is the use of the function in c?

0 Answers  


which one low Priority in c? a)=,b)++,c)==,d)+

10 Answers  


Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort

3 Answers  


What do you mean by command line argument?

0 Answers   TCS,


Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0

4 Answers  


What are conditional operators in C?

0 Answers   Adobe,


#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }

1 Answers  


write a c program to accept a given integer value and print its value in words

4 Answers   Vernalis, Vernalis Systems,


What is getch() function?

0 Answers  


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.

0 Answers  


What is #include called?

0 Answers  


Can we declare a function inside a function in c?

0 Answers  


Categories