What does the c in ctime mean?
No Answer is Posted For this Question
Be the First to Post Answer
Is file a keyword in c?
What is the significance of c program algorithms?
What is the purpose of & in scanf?
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
write a “Hello World” program in “c” without using a semicolon?
Can we declare variable anywhere in c?
#include<stdio.h> #include<conio.h> struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.
How do you view the path?
What is printf () in c?
Explain what is a stream?
What is a lvalue
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,