diff between exptected result and requirement?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to display & create a rational number
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
Define the scope of static variables.
Difference between goto, long jmp() and setjmp()?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What are the different types of C instructions?
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
how to find string length wihtout using c function?
Is c is a middle level language?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
how to find the given number is prime or not?
how to write palindrome program?