Why does notstrcat(string, "!");Work?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to check prime number in c programming?
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What are header files in c?
Give the Output : * * * * * * * * * *
Why does not c have an exponentiation operator?
what is diff b/w huge & far & near pointer??
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
What is the difference between class and object in c?
What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?
count the numbers between 100 and 300, that star with 2 and ends with 2