Answer Posted / abhinay
dennis ritche
Is This Answer Correct ? | 52 Yes | 4 No |
Post New Answer View All Answers
What is selection sort in c?
i want to know the procedure of qualcomm for getting a job through offcampus
How can you convert integers to binary or hexadecimal?
What is pointer to pointer in c?
why do some people write if(0 == x) instead of if(x == 0)?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What are external variables in c?
Do you have any idea how to compare array with pointer in c?
Explain the difference between malloc() and calloc() function?
Explain threaded binary trees?
What is structure in c language?
Explain what does a function declared as pascal do differently?
If the size of int data type is two bytes, what is the range of signed int data type?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.