What the advantages of using Unions?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
all c language question
what is the code to display color fonts in the output?
What is a char in c?
What are preprocessor directives?
How can you increase the size of a dynamically allocated array?
Where in memory are my variables stored?
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
Write a function that accepts two numbers,say a and b and makes bth bit of a to 0.No other bits of a should get changed.
2 Answers Scientific Atlanta, Wipro,
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
What is data types?