What is data structure in c language?
No Answer is Posted For this Question
Be the First to Post Answer
without using arithmatic operator convert an intger variable x into x+1
How variables are declared in c?
how to count no of words,characters,lines in a paragraph.
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
what is the difference between c and c++?
Explain what is output redirection?
what is difference between strcmp & palindrome?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What are qualifiers and modifiers c?
Explain what are the different file extensions involved when programming in c?
What are the storage classes in C?