Do character constants represent numerical values?
Write a program to swap two numbers without using third variable in c?
Write a program that his output * *** *****
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
What is difference between union and structure in c?
Can 'this' pointer by used in the constructor?
How to avoid structure padding in C?
code for replace tabs with equivalent number of blanks
How can I automatically locate a programs configuration files in the same directory as the executable?
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO
Do you have any idea about the use of "auto" keyword?
main() { int a; a=++100; printf("%d",a); getch(); }
Write a program to find whether the given number is prime or not?