increment operateor (++)and decrament(--)
#include<stdio.h>
#inclide<conio.h>
main()
{
int x=15;
while(x!=0)
scanf("%d",&x);
{
Answer Posted / vani
the program shows error
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
which is an algorithm for sorting in a growing Lexicographic order
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Write a code of a general series where the next element is the sum of last k terms.
What is enumerated data type in c?
Explain the concept and use of type void.
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is the difference between exit() and _exit() function?
Explain what are multibyte characters?
How do we open a binary file in Read/Write mode in C?
Why functions are used in c?
How do I swap bytes?
What are different storage class specifiers in c?
Explain what are linked list?
What is function in c with example?
What are run-time errors?