How pointer is different from array?
can anyone please tell about the nested interrupts?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is indirection?
Why is a semicolon (;) put at the end of every program statement?
Write a c program to demonstrate character and string constants?
how to capitalise first letter of each word in a given string?
What is getch() function?
What is dynamic variable in c?
What is the difference between pure virtual function and virtual function?
What is character set?
When is a null pointer used?
Why functions are used in c?
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 printf a keyword?