pefix increment operator code example Example: pefix increment operator int main() { int x=3,y; ++y; //prefix incrementation