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
What is abstract data structure in c?
What is a macro in c preprocessor?
Explain the advantages and disadvantages of macros.
How is a structure member accessed?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
I need previous papers of CSC.......plz help out by posting them.......
What is the difference between text and binary i/o?
How the c program is executed?
What is array of structure in c programming?
What are pointers? Why are they used?
Is there a way to compare two structure variables?
What does void main () mean?
What are the 5 elements of structure?