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 |
Is there a built-in function in C that can be used for sorting data?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
Can you subtract pointers from each other? Why would you?
What is nested structure?
What is a memory leak in structures? How can we rectify that?
What is d'n in c?
How to write a C program to determine the smallest among three nos using conditional operator?
Why we use conio h in c?
What are the different file extensions involved when programming in C?
What is file in c preprocessor?
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
What are loops in c?