Why does notstrcat(string, "!");Work?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
write a program to find out prime number using sieve case?
Where are some collections of useful code fragments and examples?
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
18 Answers Acropolis, HCL, Intel, TCS,
How are structure passing and returning implemented?
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
What is the difference between call by value and call by reference in c?
who invented c
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
Compare and contrast compilers from interpreters.
write program on arrays