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 23923I 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...
10215
How can you increase the size of a dynamically allocated array?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What are variables and it what way is it different from constants?
How many loops are there in c?
What is pass by reference in c?
What is main return c?
Why is c fast?
Are local variables initialized to zero by default in c?
Explain how do you override a defined macro?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is the difference between far and near in c?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What are the types of unary operators?
write a programming in c to find the sum of all elements in an array through function.
Explain how can I right-justify a string?