Explain how do you print only part of a string?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
When would you use a pointer to a function?
What is time null in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What is the difference between text files and binary files?
Write the control statements in C language
What is actual argument?
What is c language & why it is used?
What is meant by preprocessor in c?
Why we use stdio h in c?