what is the difference between north western polytechnique university and your applied colleges??
please give ur answers for this. :)
No Answer is Posted For this Question
Be the First to Post Answer
What are the benefits of c language?
What does %p mean?
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
Given an array A[n+m] of n+m numbers, where A[1] ... A[n] is sorted and A[n+1] ... A[n+m] is sorted. Design a linear time algorithm to obtain A[1...n+m] sorted using only O(1) extra space. Time Complexity of your algorithm should be O(n) and Space Complexity O(1).
what is compiler
with out using main how to execute the program?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL
how to TOGGLE Nth bit of variable in a MACRO
Can we use any name in place of argv and argc as command line arguments?
Can one function call another?
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors