What is null character in c?
Why Modern OS are interrupt driven?Give an example
difference between object file and executable file
In a header file whether functions are declared or defined?
Write a program for finding factorial of a number.
What are the advantages and disadvantages of a heap?
Why is a semicolon (;) put at the end of every program statement?
What is #define in c?
Can we declare function inside main?
why we need function pointers?
how can we Declare a variable in c without defining it.
What is wrong with this statement? Myname = 'robin';
What are the two types of functions in c?