Explain how are portions of a program disabled in demo versions?
No Answer is Posted For this Question
Be the First to Post Answer
Write the test cases for checking a variable having value in range -10.0 to +10.0?
const char * char * const What is the differnce between the above tow?.
State the difference between realloc and free.
What are the functions to open and close the file in c language?
What is use of null pointer in c?
Can the size of an array be declared at runtime?
what is the coding of display the factorial of a number using array and function?
What is the scope of local variable in c?
explain what is an endless loop?
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
Why flag is used in c?
What is data type long in c?