What are header files and explain what are its uses in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
What is the use of function overloading in C?
Explain what is the difference between a string and an array?
Why is it usually a bad idea to use gets()? Suggest a workaround.
Why c is called free form language?
What is the use of parallelize in spark?
How to find the usage of memory in a c program
write an algorithm and c program to add two 2x2 matrics
What is #include cctype?
Why string is used in c?
What is encapsulation?
write a program to find the number of even integers and odd integers in a given array in c language
13 Answers IAI Cameroun, NIIT, Olive Tech, QIS,