Why string is used in c?


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

Post New Answer

More C Interview Questions

write a program for size of a data type without using sizeof() operator?

22 Answers   HCL, IBM,


Explain what are reserved words?

0 Answers  


What are the properties of union in c?

0 Answers  


What is the use of typedef in structure in c?

0 Answers  


plz let me know how to become a telecom protocol tester. thank you.

0 Answers  






Are pointers really faster than arrays?

0 Answers  


25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?

11 Answers   CTS, TCS,


How many types of functions are there in c?

0 Answers  


what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }

1 Answers   Google,


#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }

4 Answers   HCL,


union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


Should I learn c before c++?

0 Answers  


Categories