Was 2000 a leap year?
No Answer is Posted For this Question
Be the First to Post Answer
define string ?
What are the preprocessors?
whitch value return void main?
What is the use of bitwise operator?
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
What is difference between union and structure in c?
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
Write a program to find whether the given number is prime or not?
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
program to find middle element of linklist?
What is the use of ?: Operator?
What is the difference between procedural and declarative language?