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 21436I 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...
9765
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Why is it that not all header files are declared in every C program?
What is meant by type specifiers?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What is a void pointer in c?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What is the meaning of typedef struct in c?
What are data types in c language?
Explain how can a program be made to print the name of a source file where an error occurs?
Explain the difference between malloc() and calloc() function?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is the sizeof () operator?
Do you know pointer in c?
Without Computer networks, Computers will be half the use. Comment.
What is file in c language?