thunder


{ City } cuddapha
< Country > india
* Profession * lecturer
User No # 62923
Total Questions Posted # 0
Total Answers Posted # 5

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 20
Users Marked my Answers as Wrong # 3
Questions / { thunder }
Questions Answers Category Views Company eMail




Answers / { thunder }

Question { TCS, 3596 }

In how much time you will write this c program?

Prime nos from 1 to 1000


Answer

time taken for finding one prime is equal to finding 1 to 1000

Is This Answer Correct ?    1 Yes 2 No

Question { 2723 }

How do you access command-line arguments?


Answer

Using argument vector and argument count with main.

Is This Answer Correct ?    3 Yes 0 No


Question { 4127 }

what is the most appropriate way to write a multi-statement
macro?


Answer

Using '\' forward slash at the end of macro,we can able to
write a multi-statement macro's in our source code.

Is This Answer Correct ?    2 Yes 0 No

Question { 7259 }

can a union be self-referenced?


Answer

Yes,unions also self-referenced,but it can share the common
memory location.

Is This Answer Correct ?    12 Yes 1 No

Question { 2724 }

Why can't we initialise member variable of a strucutre


Answer

Because at the time of creation of structures, memory is not
allocate in the memory block.Memory will be allocated at the
time of creation of structure instance only, that's y we are
not able to initialize the structure members.

Is This Answer Correct ?    2 Yes 0 No