Explain continue keyword in c
No Answer is Posted For this Question
Be the First to Post Answer
How can I find out the size of a file, prior to reading it in?
Difference between goto, long jmp() and setjmp()?
Are there constructors in c?
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.
What is the relation between # and include<stdio.h>
Explain two-dimensional array.
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
how can u print a message without using any library function in c
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What should be keep precautions while using the recursion method?
What are the string functions? List some string functions available in c.
What is const and volatile in c?