Explain about block scope in c?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
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
What is a stream in c programming?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Explain what is the difference between the expression '++a' and 'a++'?
What are the different categories of functions in c?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
write a program to display all prime numbers
In which header file is the null macro defined?
Explain what is the heap?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What is a void pointer? When is a void pointer used?
What is a const pointer in c?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12