What are valid signatures for the Main function?
How can you find the day of the week given the date?
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
can we define a function in structure?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is the difference between malloc() and calloc() function in c language?
write a addition of two no. program with out using printf,scanf,puts .
create an SINGLE LINKED LISTS and reverse the data in the lists completely
what different between c and c++
WHAT IS INT?
define string ?
Write a program to find minimum between three no.s whithout using comparison operator.
What is #ifdef ? What is its application?