read from stdin c April 13, 2023 by wordlinkanswers read from stdin c Comment 1 #include <stdio.h><br /> int main( ) {</p> <p> char str[100];<br /> int i;</p> <p> printf( “Enter a value :”);<br /> scanf(“%s %d”, str, &i);</p> <p> printf( “\nYou entered: %s %d “, str, i);</p> <p> return 0;<br /> } Popularity 10/10 Helpfulness 4/10 Language c Source: www.tutorialspoint.com Tags: c stdin Share Link to this answer Share Contributed on Mar 02 2020 Shiny Scarab 0 Answers Avg Quality 2/10