What the advantages of using Unions?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What should be keep precautions while using the recursion method?
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.
Does c have class?
What is key word in c language?
Write a program to find given number is even or odd without using any control statement.
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
How to set file pointer to beginning c?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What are the main characteristics of c language describe the structure of ac program?