Why c is called top down?
No Answer is Posted For this Question
Be the First to Post Answer
Read two numbers from keyboard and find maximum of them?
Tell me what is the purpose of 'register' keyword in c language?
How to compare array with pointer in c?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
consagous technology placement paper
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
What are the main characteristics of c language describe the structure of ac program?
Explain the red-black trees?
What is getch c?
What is the argument of a function in c?
What is logical error?
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.