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 is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }

5 Answers   ADITI, Wipro,


can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?

2 Answers  


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

0 Answers   Subex,


how could explain about job profile

0 Answers  


What are the advantages of c language?

0 Answers  






main() { int i=400,j=300; printf("%d..%d"); }

13 Answers   ME,


Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me

2 Answers  


write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};

5 Answers  


Explain how do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


Is array a primitive data type in c?

0 Answers  


Total of how many functions are available in c?

3 Answers  


in iso what are the common technological language?

0 Answers  


Categories