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 24156I 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...
10253
Explain how do you determine whether to use a stream function or a low-level function?
Explain Function Pointer?
What is the difference between far and near in c?
What is meant by keywords in c?
What are the salient features of c languages?
Explain what are global variables and explain how do you declare them?
How to create struct variables?
What is volatile, register definition in C
Write a program to identify if a given binary tree is balanced or not.
What are extern variables in c?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Explain how does free() know explain how much memory to release?
what is the function of pragma directive in c?
What is an operator?
Tell me the use of bit field in c language?