What is c language & why it is used?
Answer / Sahil Makkar
C is a low-level programming language developed by Dennis Ritchie in 1972. It provides efficient access to hardware and is widely used for system software, game development, embedded systems, and application programming. C was designed with the Unix operating system but is now a popular language across many platforms.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the types of c language?
What are the benefits of c language?
what is pointer ?
10 Answers Kernex Micro Systems,
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
Explain what is operator promotion?
What is function pointer and where we will use it
Write a program to identify if a given binary tree is balanced or not.
Is there a built-in function in C that can be used for sorting data?
What are the different data types in C?
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
What is the purpose of macro in C language?
How would you sort a linked list?