what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / vinoth
It will work fine no value or error will be displayed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the scope of global variable in c?
What is the meaning of 2d in c?
What are valid operations on pointers?
Why is c still so popular?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Explain about the constants which help in debugging?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
How can I copy just a portion of a string?
Why are algorithms important in c program?
How do you construct an increment statement or decrement statement in C?
What is #include stdlib h?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Tell us two differences between new () and malloc ()?
What are qualifiers?