Answer Posted / ruchika
both are 1 gram means both are same
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is character constants?
What is s or c?
Is c dynamically typed?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Why are algorithms important in c program?
Explain can static variables be declared in a header file?
Can a pointer point to null?
Why c is a mother language?
What is far pointer in c?
What is abstract data structure in c?
How do you do dynamic memory allocation in C applications?
Write a program to swap two numbers without using a temporary variable?
What does the && operator do in a program code?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is #ifdef ? What is its application?