Answer Posted / thulasi
int is a integer data type that represents a variable with the integeral values
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between ++u and u++?
given post order,in order construct the corresponding binary tree
What is the difference between text and binary i/o?
Is there anything like an ifdef for typedefs?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Can you write the function prototype, definition and mention the other requirements.
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is the easiest sorting method to use?
Explain that why C is procedural?
What is indirection? How many levels of pointers can you have?
Why do we use pointer to pointer in c?
How can I find out how much free space is available on disk?
Describe the order of precedence with regards to operators in C.
about c language
praagnovation