Write a program to print a string without using any semicolon on the program:
#include<stdio.h>
main()
{
if(printf("Hello.."))
{
}
}
I want to know how this program can modified to print any string accepted through Keyboard..!!
If anyone know, feel free to comment it here..!! :):):)
#include<stdio.h>
main()
{
if(printf("Hello.."))
{
}
}
I want to know how this program can modified to print any string accepted through Keyboard..!!
If anyone know, feel free to comment it here..!! :):):)