What is difference between Structure and Unions?
No Answer is Posted For this Question
Be the First to Post Answer
What does typeof return in c?
Explain that why C is procedural?
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
What header files do I need in order to define the standard library functions I use?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Explain what happens if you free a pointer twice?
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
how to print this pyramid * * * * * * * * * * * * *
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Why is extern used in c?
Can we use visual studio for c?