Answer Posted / shivani sharma
printf(ram)
| Is This Answer Correct ? | 0 Yes | 14 No |
Post New Answer View All Answers
How can a number be converted to a string?
Describe explain how arrays can be passed to a user defined function
Is main a keyword in c?
What is the difference between text and binary i/o?
When is a “switch” statement preferable over an “if” statement?
What are the types of pointers in c?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
the question is that what you have been doing all these periods (one year gap)
Why ca not I do something like this?
Explain continue keyword in c
What do you mean by recursion in c?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Can we access the array using a pointer in c language?
Is c is a low level language?
How do I send escape sequences to control a terminal or other device?