ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
if a person is buying coconuts of Rs10,and then sell that 
coconuts of Rs9,with the loss of one rupee.After that the 
person became a millaniore.how?
 Question Submitted By :: Garima
I also faced this Question!!     Rank Answer Posted By  
 
  Re: if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
Answer
# 1
may b he is a billionare earlier
 
Is This Answer Correct ?    8 Yes 1 No
Avn
 
  Re: if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
Answer
# 2
I think you right
 
Is This Answer Correct ?    3 Yes 1 No
Amit
 
 
 
  Re: if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
Answer
# 3
I THINK THAT PERSON SELL EACH COCOUNT IN AMERICAN DOLLAR. 
IF IT IS RIGHT HE CAN ABLE TO BECAME A BILLANIORE NOT 
MILLANIORE.
 
Is This Answer Correct ?    1 Yes 3 No
Praveen. Pulikkool
 
  Re: if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
Answer
# 4
a person has firstly amount of rs. millaniore+1 rs.
he need 1 rs. less to becom a millaniore.
 
Is This Answer Correct ?    3 Yes 0 No
Rrj
 
  Re: if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
Answer
# 5
The questioner has no idea of zeros and millions which is 
basic arithmetic
 
Is This Answer Correct ?    0 Yes 0 No
Pramod
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
how does printf function work  1
what is use#in c  3
What is meant by int fun const(int a, int b) { .... ... }  1
What will be the result of the following program? main() { char p[]="String"; int x=0; if(p=="String") { printf("Pass 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } else { printf("Fail 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } } a) Pass 1, Pass 2 b) Fail 1, Fail 2 c) Pass 1, Fail 2 d) Fail 1, Pass 2 e) syntax error during compilation IBM10
HOW TO SWAP TWO NOS IN ONE STEP? Satyam12
write a program that finds the factorial of a number using recursion?  1
what is dangling pointer? LG-Soft1
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output? Ramco4
What should be keep precautions while using the recursion method?  1
34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?  2
Write a program to accept a character & display its corrosponding ASCII value & vice versa?  4
what is the difference between c and java?  1
Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE; Accenture4
who will call your main function in c under linux?  2
18)struct base {int a,b; base(); int virtual function1(); } struct derv1:base{ int b,c,d; derv1() int virtual function1(); } struct derv2 : base {int a,e; } base::base() { a=2;b=3; } derv1::derv1(){ b=5; c=10;d=11;} base::function1() {return(100); } derv1::function1() { return(200); } main() base ba; derv1 d1,d2; printf("%d %d",d1.a,d1.b) o/p is a)a=2;b=3; b)a=3; b=2; c)a=5; b=10; d)none 19) for the above program answer the following q's main() base da; derv1 d1; derv2 d2; printf("%d %d %d",da.function1(),d1.function1(),d2.function1 ()); o/p is a)100,200,200; b)200,100,200; c)200,200,100; d)none 20)struct { int x; int y; }abc; you can not access x by the following 1)abc-->x; 2)abc[0]-->x; abc.x; (abc)-->x; a)1,2,3 b)2&3 c)1&2 d)1,3,4  1
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); } ME3
write a program to insert an element at the specified position in the given array in c language IBM2
Write a C program that reads a series of strings and prints only those ending in "ed"  2
write the program for prime numbers? TCS10
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ? NIIT1
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com