Answer Posted / vaman
a) =
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How do I create a directory? How do I remove a directory (and its contents)?
What are type modifiers in c?
what does static variable mean?
How can you tell whether a program was compiled using c versus c++?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is sizeof return in c?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Which driver is a pure java driver
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Why c is called a middle level language?
What is a stream in c programming?
What are the salient features of c languages?
string reverse using recursion