Is a house a mass structure?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print the prime numbers from 1 to 100?
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
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
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 maximum number of concurrent threads that the InnoDB plug-in can create.
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
What is queue in c?
find the size of structure without using the size of function
Which function in C can be used to append a string to another string?
What is exit() function?
What is modifier & how many types of modifiers available in c?
When should the volatile modifier be used?
which is conditional construct a) if statement b) switch statement c) while/for d) goto