What is array of structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
what are the facialities provided by you after the selection of the student.
What is main void in c?
what does " calloc" do?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
main difference between c and c++ language
How can I automatically locate a programs configuration files in the same directory as the executable?
Explain what is meant by 'bit masking'?
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }
Explain what is the stack?