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 |
write a program which will count occurance of a day between two dates.
write a program to create a sparse matrix using dynamic memory allocation.
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
Is c an object oriented programming language?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
When should the register modifier be used? Does it really help?
Write a program in C to reverse a number by recursive function?
How to write a C program to determine the smallest among three nos using conditional operator?
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
How do you determine the length of a string value that was stored in a variable?
write a program in C to swap two variables