WHAT IS C?

Answer Posted / nani

c is a basic programming language

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are global variables and explain how do you declare them?

643


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

874


Define macros.

785


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

2537


find out largest elemant of diagonalmatrix

1651






What is a const pointer in c?

670


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

636


How do you define CONSTANT in C?

653


Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

2055


Explain how do you declare an array that will hold more than 64kb of data?

904


What is difference between function overloading and operator overloading?

659


What is the advantage of using #define to declare a constant?

622


Write a code to generate a series where the next element is the sum of last k terms.

734


Explain do array subscripts always start with zero?

761


What do you understand by friend-functions? How are they used?

647