when to use : in c program?
Answers were Sorted based on User's Feedback
say the following declaration is correct nr not. int b=a,n=0;
will u please send me the placement papers to my mail???????????????????
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
How do I create a directory? How do I remove a directory (and its contents)?
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
without using control structures and control structures find the max and min of given 2 nos
What are the different file extensions involved when programming in C?
Why c is known as a mother language?
How to avoid buffer overflow?
Why is c called a mid-level programming language?
What are the different categories of functions in c?