What is #include stdlib h?
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of 2d in c?
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,
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
What is diffrance between declaration and defination of a variable or function
What is local and global variable in c?
What is the Purpose of 'extern' keyword in a function declaration?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What are the different types of pointers?
When we use void main and int main?
Why dont c comments nest?
Should a function contain a return statement if it does not return a value?