for (i <= 5 && i >= -1;++i; i > 0) {
printf("%d
", i);
}
what is c language.
what is use of malloc and calloc?
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
write a progrmm in c language take user interface generate table using for loop?
post new interiew question and aptitude test papers
What does c mean?
What is the ANSI C Standard?
what is difference b/w extern & volatile variable??
Is a pointer a kind of array?
what is ans for this scanf(%%d",c);
Explain built-in function?