what are non standard function in c
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to know whether the input number is an armstrong number.
What are dangling pointers?
What is the difference b/w main() in C language and main() in C++.
What is clrscr ()?
How can you tell whether a program was compiled using c versus c++?
What is the scope of an external variable in c?
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work
Is main is user defined function?
Is printf a keyword?
Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program
1 Answers Accenture, Concor, DMU, Satyam, Syntel, Tora,
write a program to print the one dimensional array.