What is the use of
?
No Answer is Posted For this Question
Be the First to Post Answer
What is selection sort in c?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
What is difference between structure and union with example?
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
Why c++ is called c++ and not c+?
Explain what is the difference between functions abs() and fabs()?
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
How do you sort filenames in a directory?
4. main() { int c=- -2; printf("c=%d",c); }
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
When should a type cast be used?
What is void main () in c?