adspace


What is the process to create increment and decrement stamen in c?

Answer Posted / Satyajeet Singh

"In C, there are two types of operators for incrementing and decrementing: pre-increment (++), post-increment (++), pre-decrement (--), and post-decrement (--). Pre-increment and pre-decrement operators increment or decrement the variable before using it in an expression, while post-increment and post-decrement operators do so after using it in an expression."n

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know the difference between malloc() and calloc() function?

1135


What is dynamic dispatch in c++?

1140


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2516


write a c program to find the sum of five entered numbers using an array named number

2248


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

2400


i have a written test for microland please give me test pattern

2814


Is int a keyword in c?

1059


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2216


What is pointers in c with example?

1169


ATM machine and railway reservation class/object diagram

5337


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2829


What is pointer to pointer in c with example?

1200


How can I implement sets or arrays of bits?

1119


What is variable initialization and why is it important?

1394


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

1297