What is a stream water?
No Answer is Posted For this Question
Be the First to Post Answer
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
write a program to add two numbers of any size.....(remember any size)
What are enums in c?
What is the meaning When we write "#include" what is # and what does include does there???
How can I change the size of the dynamically allocated array?
Can the curly brackets { } be used to enclose a single line of code?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
what does " calloc" do?
What is the difference between typedef and #define?
What is structure of c program?
What are the advantages of Macro over function?