what is c?
Answers were Sorted based on User's Feedback
Answer / glibwaresoftsolutions
C++ is a general-purpose, high-level programming language used for system and application development. Developed by Bjarne Stroustrup at Bell Labs in 1983, it builds upon the C language while introducing object-oriented features. It supports multiple paradigms, including procedural, functional, and generic programming. This is one of the most commonly asked C++ interview questions.
| Is This Answer Correct ? | 0 Yes | 0 No |
C++ is a general-purpose, high-level programming language used for system and application development. Developed by Bjarne Stroustrup at Bell Labs in 1983, it builds upon the C language while introducing object-oriented features. It supports multiple paradigms, including procedural, functional, and generic programming. This is one of the most commonly asked C++ interview questions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saranya
Actually C is low level language.
basically C is implemented in washing macine and other
devices without C no other laguages can be easily evolved
like java,c++ etc and c is easily understandable language
developed by dennis richie it consist of data types,data
structres,string, functions,pointers hashing techniques etc
| Is This Answer Correct ? | 3 Yes | 8 No |
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
What is #include in c?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
What is the process to create increment and decrement stamen in c?
Give differences between - new and malloc() , delete and free() ?
What does the && operator do in a program code?
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50
What is information technology.
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
find the sum of two matrices and WAP for it.
How can you draw circles in C?
Which weighs more, a gram of feathers or a gram of gold?