What is a #include preprocessor?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to concatenation the string using switch case?
What is the difference between abs() and fabs() functions?
Explain what are its uses in c programming?
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.
What are qualifiers in c?
Write a program to add a given duration with time(24hrs format)
How do I send escape sequences to control a terminal or other device?
Explain the difference between null pointer and void pointer.
What is function pointer c?
what are far pointers?
Can we change the value of constant variable in c?
2. What does static variable mean?