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
Not all reserved words are written in lowercase. TRUE or FALSE?
What are variables c?
What are the types of variables in c?
What is c language & why it is used?
What is maximum size of array in c?
Does free set pointer to null?
Ow can I insert or delete a line (or record) in the middle of a file?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Define and explain about ! Operator?
What are the rules for the identifier?
Is c still relevant?
Can we assign string to char pointer?
Why is c known as a mother language?
Under what circumstances does a name clash occur?