Is the below things valid & where it will be stored in
memory layout ?
static const volatile int i;
register struct { } ;
static register;

Answer Posted / suyash(nit c.s. eng)

u may mix const to variable it is not correct

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the g value paradox?

646


What are the scope of static variables?

602


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2304


What is the use of pointers in C?

623


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

609






How do you list files in a directory?

564


Explain what are preprocessor directives?

630


How do you convert strings to numbers in C?

711


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

605


What is difference between function overloading and operator overloading?

662


Explain heap and queue.

590


What is the difference between typedef and #define?

549


Explain what does the function toupper() do?

637


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

666


What are the data types present in c?

630