Explain how many levels deep can include files be nested?
No Answer is Posted For this Question
Be the First to Post Answer
the data type used for unlimited value in c and how to do this program
Do you know what are bitwise shift operators in c programming?
Can the size of an array be declared at runtime?
What is the use of sizeof () in c?
a=5 a=a++/++a
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is the modulus operator?
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,
Where static variables are stored in memory in c?
Why c is called object oriented language?
Can we replace the struct function in tree syntax with a union?
What are the types of functions in c?