Describe newline escape sequence with a sample program?
No Answer is Posted For this Question
Be the First to Post Answer
Which sorting algorithm is the best?
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
What is difference between structure and union in c programming?
How can I call a function with an argument list built up at run time?
write a program that will print %d in the output screen??
What is difference between && and & in c?
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
Function calling procedures? and their differences? Why should one go for Call by Reference?
Why shouldn’t I start variable names with underscores?
What is the significance of c program algorithms?
WHAT IS C?
write a program to display numbers from 1 to 10 and 10 to 1?