How many bytes is a struct in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that accept anumber in words
what is the diff b/w static and non static variables in C. Give some examples plz.
how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help
What is the right way to use errno?
What is page thrashing?
Once I have used freopen, how can I get the original stdout (or stdin) back?
write a program whose output will be- 1 12 123 1234
When should we use pointers in a c program?
Why c is called procedure oriented language?
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.