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

List the difference between a "copy constructor" and a "assignment operator"?

577


What is a wrapper function in c?

579


Can we replace the struct function in tree syntax with a union?

774


What is static and volatile in c?

775


Why does the call char scanf work?

612






What is identifier in c?

539


What does static variable mean in c?

646


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

665


How do we print only part of a string in c?

579


What is 'bus error'?

641


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

634


What is difference between structure and union in c?

542


What is structure in c language?

614


What is the significance of c program algorithms?

676


What are the advantage of c language?

548