Answer Posted / siva
for decimal values
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is a stream in c programming?
Is c high or low level?
Can we use visual studio for c?
Why do we use return in c?
Write a Program to find whether the given number or string is palindrome.
Explain a pre-processor and its advantages.
Write a program to reverse a linked list in c.
What is structure padding in c?
Is main an identifier in c?
What is the significance of c program algorithms?
Explain modulus operator. What are the restrictions of a modulus operator?
How can I make it pause before closing the program output window?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
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.
How is a null pointer different from a dangling pointer?