what is c
Answers were Sorted based on User's Feedback
Answer / daya shankar
The C and C++ programming languages are powerful mid-level
programming languages that were created as systems
programming languages. This means that the language allows
access to operating system functions. In addition the
language has the capability for easy access to hardware.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / sunil s patil
C is one of the most widely used programming language of
all time and there are very few computer architectures for
which C compiler does not exit.
| Is This Answer Correct ? | 1 Yes | 2 No |
declare afunction pointer to int printf(char *)?
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
how to find string length wihtout using c function?
Find MAXIMUM of three distinct integers using a single C statement
what is the difference between #include<stdio.h> and #include"stdio.h" ?
can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
Why array is used in c?
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
how to find sum of 5 digits in C?
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
every function has return the value?