The file stdio.h, what does it contain?
No Answer is Posted For this Question
Be the First to Post Answer
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
Explain logical errors? Compare with syntax errors.
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
write a program to add two numbers of any size.....(remember any size)
What are the string functions? List some string functions available in c.
who will call your main function in c under linux?
What are different types of operators?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
What is int main () in c?
What is the difference between fread buffer() and fwrite buffer()?
What oops means?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?