Is int a keyword in c?
What are the 4 types of organizational structures?
Is return a keyword in c?
Explain what is wrong with this program statement? Void = 10;
Are comments included during the compilation stage and placed in the EXE file as well?
What are comments and how do you insert it in a C program?
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 the difference between new and malloc functions?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What are header files and what are its uses in C programming?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Which header file is used for clrscr?
What is null pointer constant?
Can a program have two main functions?
What is local and global variable in c?