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 23902I 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...
10204
Is a house a shell structure?
What is #include stdio h?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Write a program to swap two numbers without using third variable?
What is getch () for?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
How do we print only part of a string in c?
Subtract Two Number Without Using Subtraction Operator
What do header files do?
With the help of using classes, write a program to add two numbers.
What is d scanf?
What are local variables c?
What is the use of ?: Operator?
Why void is used in c?
Explain what math functions are available for integers? For floating point?