R
Q. Which of the following characters returns the cursor to the left of the screen?
\r character is used to move the cursor or print head to the beginning of the current line. Example: #include <stdio.h> int main() { printf("Hello,\r World!"); return 0; }
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the output of C Program with functions.?
Q. In C, static storage class cannot be used with:
Q. What is the result of 0110 & 1100.?
Q. Choose a correct C statement about String functions?
Q. What will be the output of the following C code?
Q. The statement print f ("%d", 10 ? 0 ? 5 : 1 : 12); will print?
Q. What is the output of C program with strings?
Q. Range of float variable is.?
Discusssion
Login to discuss.