how can you print&scan anything using just one character? :)
HINT: printf,scanf similer
Answer Posted / sivarama ganesan
putc, getc
putc will print only one character. getc will scan on
character from the given input/parameter
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Write a program to check palindrome number in c programming?
How arrays can be passed to a user defined function
Which is best linux os?
What is c standard library?
What is atoi and atof in c?
What is use of null pointer in c?
What is the process of writing the null pointer?
What is an array in c?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
How do we make a global variable accessible across files? Explain the extern keyword?
What are the types of pointers in c?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What is actual argument?
Explain the difference between the local variable and global variable in c?
What is keyword with example?