How can you find out how much memory is available?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the use of fflush() function?
What's the best way to declare and define global variables?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Write a program to know whether the input number is an armstrong number.
What does char * * argv mean in c?
Write a program with dynamically allocation of variable.
write a program to sort the elements in a given array in c language
write a program wch produces its own source code aas its output?
What is an volatile variable?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
What are the types of type specifiers?