adspace


What is the size of structure in c?

Answer Posted / Nitesh Arya

"The size of a structure in C depends on the number and type of its members. The compiler calculates the total size based on the sizes of each member. To find the size of a structure, you can use the sizeof operator."n

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

1297


hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel

1944


How do you convert strings to numbers in C?

1346


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1361


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2516


Differentiate between null and void pointers.

1259


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

2829


What is pointers in c with example?

1169


develop algorithms to add polynomials (i) in one variable

2261


How can I implement sets or arrays of bits?

1119


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1183


How do you determine the length of a string value that was stored in a variable?

1205


swap 2 numbers without using third variable?

1211


write a program to find out prime number using sieve case?

2176


write a progrmm in c language take user interface generate table using for loop?

2124