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


Please Help Members By Posting Answers For Below Questions

What are the types of arrays in c?

627


What are the header files used in c language?

595


What are different storage class specifiers in c?

623


What is meant by int main ()?

723


Write a program to show the change in position of a cursor using c

585






What is union and structure in c?

624


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1474


What is the scope of an external variable in c?

573


Why does this code crash?

623


How can a program be made to print the name of a source file where an error occurs?

737


How can you find the exact size of a data type in c?

603


Why is c called a mid-level programming language?

733


In C language what is a 'dangling pointer'?

644


What are the preprocessor categories?

641


Distinguish between actual and formal arguments.

595