What are c header files?
No Answer is Posted For this Question
Be the First to Post Answer
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
What is malloc calloc and realloc in c?
Why string is used in c?
What is extern storage class in c?
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
when to use : in c program?
program for validity of triangle from 3 side
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā%dā,s.x); }
a c code by using memory allocation for add ,multiply of sprase matrixes
what is use#in c
What does the c in ctime mean?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
0 Answers Sikkim Manipal University,