Why does notstrcat(string, "!");Work?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

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.

6 Answers   HCL,


write a progrmm in c language take user interface generate table using for loop?

0 Answers  


What are keywords in c with examples?

0 Answers  


Compare array data type to pointer data type

0 Answers  


what are non standard function in c

0 Answers  






program to find the magic square

1 Answers   Infosys,


Can you mix old-style and new-style function syntax?

0 Answers  


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

1 Answers   CMS,


Write a program to print distinct words in an input along with their count in input in decreasing order of their count

0 Answers  


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?

1 Answers   HCL,


Is main is a keyword in c?

0 Answers  


What is #include called?

0 Answers  


Categories