Explain what is a const pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Explain About fork()?
How can I list all of the predefined identifiers?
What is the acronym for ansi?
List a few unconditional control statement in c.
There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
Reverse a string word by word??
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
write a program that explain #define and # undef directive
what is object oriental programing?
Explain what is output redirection?
How do we open a binary file in Read/Write mode in C?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above