write a program to concatenation the string using switch
case?
No Answer is Posted For this Question
Be the First to Post Answer
List a few unconditional control statement in c.
what is c
why we are using float in C
Why is the code below functioning. According to me it MUST NOT.
What is the default value of local and global variables in c?
What is the difference between memcpy and memmove?
how can we print hellow world programme without using semicolon
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
Explain how do you print only part of a string?
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,
write a program to rearrange the array such way that all even elements should come first and next come odd