Which weighs more, a gram of feathers or a gram of gold?
Answer Posted / parimal kumar jha
equal
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Here is a good puzzle: how do you write a program which produces its own source code as output?
Can include files be nested?
Why do we use return in c?
Explain what happens if you free a pointer twice?
What is omp_num_threads?
FILE PROGRAMMING
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
program to convert a integer to string in c language'
What is getch c?
Write a program to reverse a given number in c language?
Where are the auto variables stored?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Explain what is the benefit of using const for declaring constants?
Do pointers need to be initialized?
What is the difference between printf and scanf in c?