What are the storage classes in C?
No Answer is Posted For this Question
Be the First to Post Answer
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
How can I copy just a portion of a string?
Write code for initializing one dimentional and two dimentional array in a C Program?
5 Answers Deshaw, Edutech, GMD,
Why does notstrcat(string, "!");Work?
What is the best way of making my program efficient?
How can a number be converted to a string?
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
1 232 34543 4567654 can anyone tell me how to slove this c question
#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 property type c?
What is variables in c?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)