what is the value of b
if a=5;
b=++a + ++a
Answer Posted / naga
Ans:13
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is nested structure?
What is c method?
Explain the use of #pragma exit?
How a string is stored in c?
Is main an identifier in c?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What are unions in c?
Can you mix old-style and new-style function syntax?
What does %d do?
What is the purpose of 'register' keyword in c language?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What are high level languages like C and FORTRAN also known as?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.