What are the 4 types of functions?
No Answer is Posted For this Question
Be the First to Post Answer
How can I do peek and poke in c?
What is hashing in c language?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
write a programming in c language, 1 3 5 7 9 11
Should a function contain a return statement if it does not return a value?
What is the Difference between Macro and ordinary definition?
3 Answers Bosch, Cognizant, College School Exams Tests, Motorola,
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.
write a c programme for add of two numbers with out use of arthematic operators
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
Why void is used in c?
How main function is called in c?