What does double pointer mean in c?
How to swap 3 numbers without using 4th variable?
What is a null string in c?
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
What are the string functions? List some string functions available in c.
What is the -> in c?
What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?
who is the founder of c
19 Answers College School Exams Tests, HP,
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,
What is variable in c example?
Where static variables are stored in c?
What are disadvantages of C language.
Is r written in c?