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
Why are algorithms important in c program?
What are the disadvantages of c language?
Write a program to print numbers from 1 to 100 without using loop in c?
#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??
What are the different types of linkage exist in c?
How can I get random integers in a certain range?
What is %lu in c?
What is difference between scanf and gets?
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.
Which one would you prefer - a macro or a function?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
How many keywords are there in c?
What are the back slash character constants or escape sequence charactersavailable in c?
Find MAXIMUM of three distinct integers using a single C statement
What are register variables in c?