Answer Posted / tarun gupta
Pointer is a variable. that contain's the M/r location of
another variable.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
How can I handle floating-point exceptions gracefully?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What is a ternary operator in c?
In which language linux is written?
Why is event driven programming or procedural programming, better within specific scenario?
How are variables declared in c?
#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); }
Explain output of printf("Hello World"-'A'+'B'); ?
Explain Basic concepts of C language?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is the difference between memcpy and memmove?
is it possible to create your own header files?
What does p mean in physics?
How many keywords are there in c?