Why does notstrcat(string, "!");Work?
No Answer is Posted For this Question
Be the First to Post Answer
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
write a progrmm in c language take user interface generate table using for loop?
What are keywords in c with examples?
Compare array data type to pointer data type
what are non standard function in c
program to find the magic square
Can you mix old-style and new-style function syntax?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
Is main is a keyword in c?
What is #include called?