Explain how can you tell whether two strings are the same?


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

Post New Answer

More C Interview Questions

Write a program to implement queue.

0 Answers   Aricent,


Find greatest of two numbers using macro

4 Answers   Bosch, Siemens,


What are bit fields? What is their use?

2 Answers   Adobe,


what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above

3 Answers   Accenture, Infosys, Wipro,


main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā€œ%dā€,x); }

8 Answers   Vector,






What are the advantages and disadvantages of c language?

0 Answers  


The statement, int(*x[]) () what does in indicate?

0 Answers  


What is meant by initialization and how we initialize a variable?

0 Answers  


Program to trim a given character from a string.

5 Answers   NetApp,


WHAT IS HEADER?

8 Answers   ProKarma, TCS,


What is the size of structure pointer in c?

0 Answers  


write a program of bubble sort using pointer?

3 Answers   TCS,


Categories