Answer Posted / vandana
semicolon(;)
| Is This Answer Correct ? | 50 Yes | 5 No |
Post New Answer View All Answers
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Explain how many levels deep can include files be nested?
Explain how can a program be made to print the name of a source file where an error occurs?
How can I write a function that takes a format string and a variable number of arguments?
What is %d called in c?
Why C language is a procedural language?
What are the types of macro formats?
ATM machine and railway reservation class/object diagram
provide an example of the Group by clause, when would you use this clause
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Can a function argument have default value?
What are the valid places to have keyword “break”?
What are disadvantages of C language.