Write a program to swap two numbers without using third variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can we declare variable anywhere in c?
Define Array of pointers.
Tell me what is null pointer in c?
what is develop in c language
how to print this pyramid * * * * * * * * * * * * *
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
Is it possible to run a c program without using main?If yes HOW??
What does the c preprocessor do?
what is output of the following statetment?Printf(“%x”, -1<<4); ?
Write a program to print all permutations of a given string.
Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All
Is null valid for pointers to functions?