What are unions in c?
No Answer is Posted For this Question
Be the First to Post Answer
Did c have any year 2000 problems?
How to find a missed value, if you want to store 100 values in a 99 sized array?
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
write a program that print itself even if the source file is deleted?
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
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
Is c still used?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is %d used for?