What standard functions are available to manipulate strings?
No Answer is Posted For this Question
Be the First to Post Answer
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
What is 02d in c?
void main() { int i=5; printf("%d",i++ + ++i); }
Explain spaghetti programming?
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
Differentiate between a for loop and a while loop? What are it uses?
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
can we change the default calling convention in c if yes than how.........?
Explain how can I convert a string to a number?
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?