what different between c and c++
Answer / shivangi
c is procedural programming language and c++ is oop. then c is use of scan, printf and c++ is use of cin>> or count.
c is doesn't refrence variable and c++ is support refrence variable.
| Is This Answer Correct ? | 1 Yes | 0 No |
Which is better pointer or array?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Is int a keyword in c?
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
What is data types?
How is = symbol different from == symbol in c programming?
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
What is scope rule of function in c?
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
What are pointers really good for, anyway?
What is the purpose of void in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it