what is the difference between const volatile int i
& volatile const int j;

Answer Posted / raj

There is no difference between const volatile int i and
volatile const int j

Is This Answer Correct ?    13 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

766


Explain what are header files and explain what are its uses in c programming?

626


What does & mean in scanf?

604


Which is better oop or procedural?

633


What is const and volatile in c?

566






Write the syntax and purpose of a switch statement in C.

627


please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................

1541


Write a program in c to replace any vowel in a string with z?

693


Why can’t we compare structures?

814


What is meant by keywords in c?

618


What is bss in c?

603


What are run-time errors?

600


What is variables in c?

607


How is = symbol different from == symbol in c programming?

614


Difference between exit() and _exit() function?

655