what type of language is C?
Answers were Sorted based on User's Feedback
Answer / livhuwani netswera
The c language is considered a procedural langeage
| Is This Answer Correct ? | 0 Yes | 0 No |
how can i print "hello"
What are the types of c language?
can we define a function in structure?
what is reason of your company position's in india no. 1.
main() { int i=5; printf("%d%d%d%d",i++,i--,i); }
What is exit() function?
What is the use of function in c?
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
Code for calculating square root without using library function, of math.h
State the difference between x3 and x[3].
In C, What is the #line used for?
Explain is it better to bitshift a value than to multiply by 2?