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 |
What are file streams?
What is a double c?
Why is structure important for a child?
hat is a pointer?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
out put of printf(ā%dā,printf(ram));
Find greatest of two numbers using macro
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is default value of global variable in c?
What is #line used for?
what is structuer?
What are the different types of control structures in programming?