Answer Posted / parmjeet kumar
#include<stdio.h>
#include<conio.h>
void main()
{
char a[50];
printf("enter the string:");
scanf("%s",&a);
printf("%s",a);
getch();
}
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
Why c is called a middle level language?
difference between native and cross compilers
what is the function of pragma directive in c?
What is a spanning Tree?
What is a good data structure to use for storing lines of text?
Differentiate between the = symbol and == symbol?
Explain the difference between strcpy() and memcpy() function?
What is c system32 taskhostw exe?
What is a nested loop?
How can I direct output to the printer?
Is there anything like an ifdef for typedefs?
Is c call by value?
What is a node in c?
What tq means in chat?
What do you mean by a sequential access file?