How do you print only part of a string?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
How do we print only part of a string in c?
What is a pointer in c plus plus?
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
what is difference between null and nul in c language
how can be easily placed in TCS.
What are structure members?
Why c is procedure oriented?
code for inverse a matrix
What is the advantage of c?
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
what is pointer?
13 Answers HCL, TCS,