How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (“%d\n”,j); }
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is the code for 3 questions and answer check in VisualBasic.Net?
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.
what r callback function?
Once I have used freopen, how can I get the original stdout (or stdin) back?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is %d used for?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
How to develop software using "c" programming?
What does c mean in basketball?
write a program in c language to print your bio-data on the screen by using functions.