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 a ternary operator in c?

621


how many errors in c explain deply

1610


What do you mean by c what are the main characteristics of c language?

544


Can a function argument have default value?

642


Explain a pre-processor and its advantages.

595






What is a function simple definition?

582


What are qualifiers and modifiers c?

528


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

2500


What are the types of data structures in c?

578


What is the best style for code layout in c?

602


What is a good way to implement complex numbers in c?

571


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

620


how is the examination pattern?

1568


Write a program to swap two numbers without using a temporary variable?

582


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1228