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
Write a program that accept anumber in words
What is a MAC Address?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What is a union?
How can you read a directory in a C program?
Write a program to find factorial of a number using recursive function.
What oops means?
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is difference between array and pointer in c?
program to convert a integer to string in c language'
What is the difference between malloc() and calloc() function in c language?
How can I insert or delete a line (or record) in the middle of a file?
What are the different data types in C?
how to introdu5ce my self in serco
What are the string functions? List some string functions available in c.