FILE PROGRAMMING
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to check whether a number is prime or not using c?
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
what are bit fields in c?
Write a pro-gramme to determine whether the number is even or odd?
biggest of two no's with out using if condition statement
what will be maximum number of comparisons when number of elements are given?
what is the flow of execution in cprogram? ex:printf();,scanf();
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
write a program to display numbers from 1 to 10 and 10 to 1?
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
write a program that finds the factorial of a number using recursion?