Explain how can I manipulate strings of multibyte characters?
No Answer is Posted For this Question
Be the First to Post Answer
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
What is clrscr in c?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Differentiate abs() function from fabs() function.
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
How do I round numbers?
Write a program to find the given number is odd or even without using any loops(if,for,do,while)
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
When should the volatile modifier be used?
what is pointer
What is dynamic memory allocation?
What is the most efficient way to count the number of bits which are set in an integer?