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
7 23633I 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...
10164
How do we open a binary file in Read/Write mode in C?
Can we compile a program without main() function?
What is n in c?
What is d scanf?
What is dynamic dispatch in c++?
What is meant by type specifiers?
write a program in c language to print your bio-data on the screen by using functions.
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What is the purpose of & in scanf?
Why are all header files not declared in every c program?
What is scanf () in c?
What are valid signatures for the Main function?
What is calloc() function?
Dont ansi function prototypes render lint obsolete?