How many bytes is a struct in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Is there any book to know about Basics of C Language?

4 Answers  


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

0 Answers   HCL,


Write a program to interchange two variables without using the third variable?

17 Answers   Accenture, College School Exams Tests, Infotech,


Write a C program to find the smallest of three integers, without using any of the comparision operators.

7 Answers   TCS,


What is the difference between single charater constant and string constant?

0 Answers  






What is a structural principle?

0 Answers  


how can I convert a string to a number?

0 Answers  


Explain what does the function toupper() do?

0 Answers  


Is boolean a datatype in c?

0 Answers  


What does %p mean?

0 Answers  


Is there a way to compare two structure variables?

0 Answers  


define function

4 Answers   Assurgent, Sonata,


Categories