How can I manipulate strings of multibyte characters?
No Answer is Posted For this Question
Be the First to Post Answer
wat is the meaning of c?
Explain the Difference between the New and Malloc keyword.
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
What are the advantages and disadvantages of c language?
Explain what is wrong with this statement? Myname = ?robin?;
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
wap to print "hello world" without using the main function.
give one ip, find out which contry
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
State two uses of pointers in C?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table