Answer Posted / rushabh
scanf("[^\n]s",s);
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain how do you view the path?
How many levels of pointers have?
What is strcmp in c?
Difference between exit() and _exit() function?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
Is r written in c?
How variables are declared in c?
What is scope rule of function in c?
Explain what is meant by high-order and low-order bytes?
What is the symbol indicated the c-preprocessor?
main() { printf("hello"); fork(); }
Differentiate between the = symbol and == symbol?
How does placing some code lines between the comment symbol help in debugging the code?
What are the features of c language?