Answer Posted / vignesh1988i
C C++
1) C is an structured oriented object oriented lang.
language
2) C use structures where no here it contains classes
function and data's inside where it contains both data's
involved . only outside we as well as member functions
can write functions and
initilization could be done
3) variables should be wherever we wann we can
initilized on the first line initilize the variable
after the main function
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
There seem to be a few missing operators ..
What is methods in c?
How can I write a function analogous to scanf?
What is nested structure?
Why do we use static in c?
Explain the use of bit fieild.
What is the advantage of an array over individual variables?
What are c identifiers?
What is structure data type in c?
How is a structure member accessed?
Explain what is the use of a semicolon (;) at the end of every program statement?
Is c easy to learn?
What is an expression?
What are the types of type qualifiers in c?