In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
No Answer is Posted For this Question
Be the First to Post Answer
what are the different storage classes in c?
Explain what is operator promotion?
What is 2 d array in c?
Why is #define used?
How do you write a program which produces its own source code as its output?
which do you prefer C or Pascal?
Write a program to print factorial of given number without using recursion?
ATM machine and railway reservation class/object diagram
Dont ansi function prototypes render lint obsolete?
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.
Why do we use main function?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler