Answer Posted / abdur rab
The answer from wikipedia
Sequence point comes into play when the same variable is
modified more than once. An often-cited example is the
expression i=i++, which both assigns i to itself and
increments i; what is the final value of i? Language
definitions might specify one of the possible behaviors or
simply say the behavior is undefined. In C and C++,
evaluating such an expression yields undefined behavior.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Is file a keyword in c?
What are the disadvantages of a shell structure?
How many levels of pointers can you have?
What does nil mean in c?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
How can I write a function analogous to scanf?
Write a program to check armstrong number in c?
Without Computer networks, Computers will be half the use. Comment.
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
#include
How main function is called in c?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is the best style for code layout in c?
Write a program to maintain student’s record. Record should
not be available to any unauthorized user. There are three
(3) categories of users. Each user has its own type. It
depends upon user’s type that which kind of operations user
can perform. Their types and options are mentioned below:
1. Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record)
2. Super Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record, Delete Single Record)
3. Guest
(Search Record [by Reg. No or Name], View All Records)
When first time program runs, it asks to create accounts.
Each user type has only 1 account (which means that there
can be maximum 3 accounts). In account creation, following
options are required:
Login Name: <6-10 alphabets long, should be unique>
Password: <6-10 alphabets long, should not display
characters when user type>
Confirm Password: