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 function definition in c?

0 Answers  


How are portions of a program disabled in demo versions?

0 Answers  


What is the purpose of main( ) in c language?

0 Answers  


WHAT IS PRE POSSESSORS?

6 Answers   TATA,


why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  






Where are c variables stored in memory?

0 Answers  


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

0 Answers  


Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table

3 Answers   Value Labs,


Explain modulus operator. What are the restrictions of a modulus operator?

0 Answers  


What are structures and unions? State differencves between them.

0 Answers   iNautix,


Write a program of advanced Fibonacci series.

0 Answers   Aspiring Minds,


34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?

3 Answers  


Categories