Answer Posted / d
c language is middlelevel langauage
it follows
higher and low level language
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the use of gets and puts?
Where in memory are my variables stored?
What is structure padding and packing in c?
What are the types of pointers?
what is a constant pointer in C
What is the use of getch ()?
What are the 5 data types?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is signed and unsigned?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Why does not c have an exponentiation operator?
Why #include is used in c language?
Did c have any year 2000 problems?
What functions are in conio h?