What are unions in c?
No Answer is Posted For this Question
Be the First to Post Answer
which one low Priority in c? a)=,b)++,c)==,d)+
What kind of structure is a house?
Can stdout be forced to print somewhere other than the screen?
write a program to add two numbers of any size.....(remember any size)
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
advantages of pointers?
what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }
What are high level languages like C and FORTRAN also known as?
How can I invoke another program from within a C program?
why do we use # in c-language?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Write a code on reverse string and its complexity.