Which weighs more, a gram of feathers or a gram of gold?

Answers were Sorted based on User's Feedback



Which weighs more, a gram of feathers or a gram of gold? ..

Answer / parimal kumar jha

equal

Is This Answer Correct ?    5 Yes 1 No

Which weighs more, a gram of feathers or a gram of gold? ..

Answer / ashu

both are equal...........

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Interview Questions

what is the use of call back function in c?tell me with example

2 Answers   Bosch,


What is getche() function?

0 Answers  


what is default constructor?

2 Answers   HCL,


When should structures be passed by values or by references?

0 Answers   Adobe,


Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV

5 Answers   Accenture,






What is local and global variable in c?

0 Answers  


Explain what is the purpose of "extern" keyword in a function declaration?

0 Answers  


Why c is called a mid level programming language?

0 Answers  


what is the difference between declaration ,defenetion and initialization of a variable?

7 Answers   LG Soft,


What is function pointer and where we will use it

2 Answers   Infosys, NetApp,


What is the difference between test design and test case design?

0 Answers  


sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?

2 Answers  


Categories