Which of the Following is not defined in string.h?
A)strspn()
B)strerror()
C)memchr()
D)strod()
Answers were Sorted based on User's Feedback
1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1
Why we not create function inside function.
what do structure language means?
What is pointer to pointer in c language?
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
0 Answers Aegis, CDAC, Infosys,
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
Where does the name "C" come from, anyway?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
who invented c
What is malloc and calloc?
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar