write a program to copy the string using switch case?
No Answer is Posted For this Question
Be the First to Post Answer
Program to write some contents into a file using file operations with proper error messages.
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
Why is not a pointer null after calling free?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
How many main () function we can have in a project?
Write a Program to find whether the given number or string is palindrome.
Explain a pre-processor and its advantages.
Explain the use of keyword 'register' with respect to variables.
How can I manipulate individual bits?
What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?