What is the memory allocated by the following definition ?
int (*x)[10];

Answer Posted / chris_sreekanth

20 bytes

Is This Answer Correct ?    13 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why are algorithms important in c program?

809


What are the disadvantages of c language?

822


Write a program to print numbers from 1 to 100 without using loop in c?

833


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1730


What are the different types of linkage exist in c?

759






How can I get random integers in a certain range?

769


What is %lu in c?

885


What is difference between scanf and gets?

826


I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

1930


Which one would you prefer - a macro or a function?

808


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

3626


How many keywords are there in c?

795


What are the back slash character constants or escape sequence charactersavailable in c?

906


Find MAXIMUM of three distinct integers using a single C statement

799


What are register variables in c?

769