Answer Posted / haritha
Dennis Ritche
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between constant pointer and constant variable?
How does struct work in c?
What is function in c with example?
what is the format specifier for printing a pointer value?
What does main () mean in c?
What is graph in c?
what are bit fields? What is the use of bit fields in a structure declaration?
How can I remove the trailing spaces from a string?
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 difference between static and global variable in c?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
How are strings stored in c?
Is fortran still used today?
explain what are pointers?
What is a pointer and how it is initialized?