Answer Posted / sateesh
The return type of Printf in C is Integer i.e the number of
characters printed.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain what is wrong with this program statement? Void = 10;
Can we compile a program without main() function?
FILE PROGRAMMING
write a program to create a sparse matrix using dynamic memory allocation.
What is the advantage of using #define to declare a constant?
Can you define which header file to include at compile time?
In c language can we compile a program without main() function?
What are the advantages of external class?
A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
What are linked lists in c?
What header files do I need in order to define the standard library functions I use?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
Why c is called a middle level language?
What is oops c?
What is the difference between c &c++?