What is variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is pointer?
What is the purpose of 'register' keyword?
What are the disadvantages of external storage class?
Explain the use of keyword 'register' with respect to variables.
ATM machine and railway reservation class/object diagram
where do we use volatile keyword?
What are the features of c languages?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Why does everyone say not to use scanf? What should I use instead?