Answer Posted / valli
char a[50];
use scanf(" %[^\n]",a);
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What header files do I need in order to define the standard library functions I use?
What is the most efficient way to store flag values?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Is c++ based on c?
Explain spaghetti programming?
What is difference between && and & in c?
What is dynamic variable in c?
Write a program which returns the first non repetitive character in the string?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Is it better to use a macro or a function?
write a program to print data of 5 five students with structures?
What is define directive?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
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
what is the difference between class and unio?