What does a function declared as pascal do differently?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Is c high or low level?
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
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is an lvalue in c?
How can I write functions that take a variable number of arguments?
Is struct oop?
What is indirection?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is a constant and types of constants in c?
Explain how can you determine the size of an allocated portion of memory?
What is function in c with example?
How do you override a defined macro?
What is the heap?