which type of aspect you want from the student.
Is it better to use malloc() or calloc()?
WAP – represent a char in binary format
What does the && operator do in a program code?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
Who is the main contributor in designing the c language after dennis ritchie?
What is typedef example?
Write a program that accept anumber in words
How would you sort a linked list?
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
What is the purpose of ftell?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What are the differences between new and malloc in C?