which one of follwoing will read a character from keyboard
and store in c
a)c=getc()
b)c=getchar()
c)c=getchar(stdin)
d)getc(&c)
e)none
Post New Answer View All Answers
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Write a program to print factorial of given number using recursion?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What are integer variable, floating-point variable and character variable?
How can you read a directory in a C program?
Array is an lvalue or not?
Explain what is the difference between functions abs() and fabs()?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Tell us bitwise shift operators?
What is the use of typedef in structure in c?
Why is python slower than c?
Is swift based on c?
What are the keywords in c?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
Explain the difference between ++u and u++?