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
What is fflush() function?
What is c++ used for today?
How does normalization of huge pointer works?
What is the purpose of macro in C language?
Explain the bubble sort algorithm.
Write a program to generate the Fibinocci Series
Differentiate between the expression “++a” and “a++”?
What is a 'null pointer assignment' error?
What are local static variables? How can you use them?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is the auto keyword good for?
What is volatile variable in c with example?
Explain about block scope in c?
What does node * mean?
Explain enumerated types in c language?