Why does everyone say not to use scanf? What should I use instead?
No Answer is Posted For this Question
Be the First to Post Answer
What are volatile variables?
What is the difference between static and global variables?
What are two dimensional arrays alternatively called as?
what are the general concepts of c and c++
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
How can you return multiple values from a function?
What are the differences between Structures and Arrays?
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
Explain what is the benefit of using an enum rather than a #define constant?
What are function pointers? Provide an example.