what is the meaning of 'c' language

Answer Posted / kalyan chukka

C Language Means Computer Language

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the scope of an external variable in c?

563


What does the characters “r” and “w” mean when writing programs that will make use of files?

850


How do you declare a variable that will hold string values?

666


Where static variables are stored in memory in c?

521


What is the acronym for ansi?

626






Difference between MAC vs. IP Addressing

635


How can you increase the size of a statically allocated array?

608


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

683


Which header file is essential for using strcmp function?

932


Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

1011


All technical questions

1506


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?

2051


Without Computer networks, Computers will be half the use. Comment.

1869


find out largest elemant of diagonalmatrix

1646


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

630