How can I write a function analogous to scanf?
No Answer is Posted For this Question
Be the First to Post Answer
How can we see the Expanded source code and compiled code for our source program in C?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Differentiate between new and malloc(), delete and free() ?
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 bps & baud rates? differentiate these two?
what is the difference between const volatile int i & volatile const int j;
How can I get the current date or time of day in a c program?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What are categories used for in c?
What does %d do?
Explain #pragma in C.
What does main () mean in c?