What are the properties of union in c?
No Answer is Posted For this Question
Be the First to Post Answer
which type of question asked from c / c++ in interview.
Explain union. What are its advantages?
what is the difference between 123 and 0123 in c?
Which is best book for data structures in c?
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
What functions are used in dynamic memory allocation in c?
What is undefined behavior?
What does typedef struct mean?
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
Is null always equal to 0(zero)?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)