Why do we need arrays in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are identifiers in c?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Can we declare function inside main?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Is main is a keyword in c?
How to add two numbers without using semicolon at runtime
What is the collection of communication lines and routers called?
There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?
How Many Header Files in c?
How do you view the path?
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?