What is clrscr in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is structure data type in c?
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
Write a program to swap two numbers without using the third variable?
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
Explain the meaning of keyword 'extern' in a function declaration.
What are the different types of pointers used in c language?
difference between Low, Middle, High Level languages in c ?
Describe explain how arrays can be passed to a user defined function
what is difference between null and nul in c language
Write a program to know whether the input number is an armstrong number.
why we wont use '&' sing in aceesing the string using scanf
Explain what does it mean when a pointer is used in an if statement?