What will be the output of
x++ + ++x?
Answer Posted / dhanashree
if x=1 then output will be 4
| Is This Answer Correct ? | 41 Yes | 16 No |
Post New Answer View All Answers
What are the parts of c program?
Define Array of pointers.
What is string concatenation in c?
how many errors in c explain deply
What is the difference between void main and main in c?
Explain what are bus errors, memory faults, and core dumps?
What tq means in chat?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What is the difference between declaring a variable and defining a variable?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Is malloc memset faster than calloc?
What is string function c?
Why do we use return in c?
What is typedef?
What is malloc and calloc?