Answer Posted / gich
#include<stdio.h>
main()
{
int x;
for (x=10;x>=2;x-2;)
{
printf("x is %d\n"x);
{
}
| Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
Can we declare variable anywhere in c?
What is array within structure?
what is reason of your company position's in india no. 1.
What is merge sort in c?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What is difference between array and structure in c?
How does selection sort work in c?
Tell me what are bitwise shift operators?
What are qualifiers?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What are the applications of c language?
Explain 'bit masking'?
What are the main characteristics of c language describe the structure of ac program?
Explain the difference between the local variable and global variable in c?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?