Search
 
SCRIPT & CODE EXAMPLE
 

C

scanf string in c

#include<stdio.h>
void main(){
    char Name[100];
    printf("enter your name:
");
    scanf("%s",&Name);
    printf("WELLCOME BACK %s",Name);
}
Comment

PREVIOUS NEXT
Code Example
C :: c execute shell command 
C :: write a binary file c 
C :: right side of div 
C :: c programing strtok use 
C :: How to change an array in a function in c 
C :: how to make a linked list in c 
C :: how make a character in c scanf 
C :: c language time() function 
C :: comment c 
C :: int_min in c 
C :: extract substring after certain character in flutter 
C :: c sleep milliseconds 
C :: putchar in c 
C :: remove string from string c 
C :: to run Blazor project using CLI 
C :: bootsrap textbox 
C :: how to use malloc in c 
C :: concatenate two strings without standard library in C 
C :: how to get file size in c 
C :: turn a char array into double C 
C :: Complete the function in the editor. It has one parameter: an array, . It must iterate through the array performing one of the following actions on each element: 
C :: implement crc using c language 
C :: Happy birthday in C 
C :: 1000000000 
C :: %g and %e in c 
C :: C Syntax of realloc() 
C :: Symmetrical matrix in C 
C :: sOY wapo ya lo c 
C :: how to convert c program in to assembly 8051 online 
C :: C - Type Casting 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =