How will you find a duplicate number in a array without
negating the nos ?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
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
How is = symbol different from == symbol in c programming?
Please write the area of a RIGHT ANGLED TRIANGLE.
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is the scope of static variable in c?
#define d 10+10 main() { printf("%d",d*d); }
Want to know how to write a 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.
Program to display given 3 integers in ascending order
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }
diff between exptected result and requirement?