Answer Posted / k.sivaranjani
C was invented by "Dennis Richie"
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
how to print the character with maximum occurence and print that number of occurence too in a string given ?
How pointers are declared?
C program to find all possible outcomes of a dice?
Why c is faster than c++?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
How can I find the modification date and time of a file?
what is the difference between class and unio?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is the scope of static variable in c?
What is pointer to pointer in c language?
Explain how can I open a file so that other programs can update it at the same time?
What is difference between far and near pointers?
What is auto keyword in c?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Explain the bubble sort algorithm.