4. main()
{
int c=- -2;
printf("c=%d",c);
}
without using arithmatic operator solve which number is greater??????????
Why cann't whole array can be passed to function as value.
What is the difference between arrays and pointers?
write a program to display all prime numbers
How can I invoke another program from within a C program?
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
swap 2 numbers without using third variable?
praagnovation
write a program to print largest number of each row of a 2D array
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES
given post order,in order construct the corresponding binary tree