Answer Posted / avinash
C IS A PROGRAMMING LANGUAGE.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is a string?
What is the value of c?
What are global variables and explain how do you declare them?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What are control structures? What are the different types?
What is output redirection?
Why isn't it being handled properly?
What is the use of function in c?
Why C language is a procedural language?
Differentiate between functions getch() and getche().
What is a 'null pointer assignment' error?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What is declaration and definition in c?
What is scope and lifetime of a variable in c?