increment operateor (++)and decrament(--)
#include<stdio.h>
#inclide<conio.h>
main()
{
int x=15;
while(x!=0)
scanf("%d",&x);
{
Answers were Sorted based on User's Feedback
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
What will happen when freeing memory twice
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
How do you determine whether to use a stream function or a low-level function?
What is variables in c?
Explain how are 16- and 32-bit numbers stored?
write a program whose output will be- 1 12 123 1234
How can I do serial ("comm") port I/O?
application attempts to perform an operation?
Difference between Function to pointer and pointer to function
What is c value paradox explain?
Tell us something about keyword 'auto'.