By using C language input a date into it and if it is right?
No Answer is Posted For this Question
Be the First to Post Answer
diff .between strcture and union
How does placing some code lines between the comment symbol help in debugging the code?
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
void main() { int a=1; while(a++<=1) while(a++<=2); }
hi any body pls give me company name interview conduct "c" language only
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???
Write a code on reverse string and its complexity.
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
What is a structure member in c?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
All technical questions