Answer Posted / suman halder
#include<stdio.h>
int main()
{
char str[100];
scanf("%[^\n]s",str);
}
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is a header file?
What is wild pointer in c?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Explain what happens if you free a pointer twice?
Wt are the Buses in C Language
Write a Program to find whether the given number or string is palindrome.
How can I make it pause before closing the program output window?
What is the difference between local variable and global variable in c?
can we implement multi-threads in c.
What is adt in c programming?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is array within structure?
What is the sizeof () a pointer?
What is static memory allocation?
List some basic data types in c?