Answer Posted / avinash
HEADER IS INCLUDE <STDIO.H>.
| Is This Answer Correct ? | 12 Yes | 22 No |
Post New Answer View All Answers
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What does a function declared as pascal do differently?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What does == mean in texting?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Write a function that will take in a phone number and output all possible alphabetical combinations
What is assignment operator?
What is the size of structure pointer in c?
How can I prevent another program from modifying part of a file that I am modifying?
How many levels deep can include files be nested?
Can we declare variables anywhere in c?
What is the benefit of using #define to declare a constant?
Does c have class?
Tell me what is null pointer in c?
List out few of the applications that make use of Multilinked Structures?