Why is struct padding needed?
No Answer is Posted For this Question
Be the First to Post Answer
How to throw some light on the b tree?
What are data types in c language?
What is gets() function?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Differentiate between a structure and a union.
What is the use of printf() and scanf() functions?
Why c is called top down?
What does == mean in texting?
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
How do I determine whether a character is numeric, alphabetic, and so on?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
Program to find larger of the two numbers without using if-else,while,for,switch