In how much time you will write this c program?
Prime nos from 1 to 1000
Answers were Sorted based on User's Feedback
What is a macro, and explain how do you use it?
How can I invoke another program or command and trap its output?
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
How was c created?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
I have seen function declarations that look like this
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
how to find binary of number?
What is use of null pointer in c?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?