Is c language still used?
No Answer is Posted For this Question
Be the First to Post Answer
what is an ERP?
difference between malloc and calloc
When should I declare a function?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What are the restrictions of a modulus operator?
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
How do you determine whether to use a stream function or a low-level function?
What is indirect recursion? give an example?
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
What is the difference between calloc() and realloc()?