what is the c.
Answers were Sorted based on User's Feedback
Answer / ganesh
c is a language which is used to create the console applications.
| Is This Answer Correct ? | 7 Yes | 0 No |
c is a programming language they ae use to create a software
they are run only c editior they are roboust ,secure ,oop
supported language
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nishant jain
C is a high-level and general purpose programming language that is ideal for developing firmware or portable applications. Originally intended for writing system software, C was developed at Bell Labs by Dennis Ritchie for the Unix Operating System (OS) in the early 1970
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how can I write functions that take a variable number of arguments?
Is there any demerits of using pointer?
Who is the main contributor in designing the c language after dennis ritchie?
What is the difference between formatted&unformatted i/o functions?
Write a program to print all permutations of a given string.
Why can't we initialise member variable of a strucutre
How will you divide two numbers in a MACRO?
Explain what is the stack?
Why Modern OS are interrupt driven?Give an example
Toggle nth bit in a given integer - num
What are macros in C?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..