Which weighs more, a gram of feathers or a gram of gold?
Answer Posted / ashu
both are equal...........
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the default value of local and global variables in c?
What is the difference between c &c++?
how to create duplicate link list using C???
Is there any data type in c with variable size?
Explain the difference between structs and unions in c?
What is meant by preprocessor in c?
Explain what are multidimensional arrays?
List some applications of c programming language?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Is it possible to pass an entire structure to functions?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Is c easy to learn?
Explain enumerated types in c language?
What is a #include preprocessor?
explain what is fifo?