What is substring in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Can you please explain the difference between exit() and _exit() function?

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

0 Answers   IBM,


Can you please explain the scope of static variables?

0 Answers  


write a program to rearrange the array such way that all even elements should come first and next come odd

0 Answers  


Without Computer networks, Computers will be half the use. Comment.

0 Answers  


Explain the advantages and disadvantages of macros.

0 Answers   TCS,


Which is better pointer or array?

0 Answers  


What is wrong with this initialization?

0 Answers  


void main() {int a[5],i,b=16; for(i=0;i<5;i++) a[i]=2*i; f(a,5,b); for(i=0;i<5;i++) printf("\n %d",a[i]); printf("\n %d",b); } f(int *x,int n,int y) { int i; for(i=0;i<n;i++) *(x+i)+=2; y=y+2; }wat r the errors in the prg.and improvise the prg to get o/p.?

2 Answers   TCS,


what is the difference between c and c++?

7 Answers  


What is assignment operator?

0 Answers  


1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.

2 Answers  


Categories