Mention four important string handling functions in c languages .
No Answer is Posted For this Question
Be the First to Post Answer
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
Is flag a keyword in c?
What is "Hungarian Notation"?
What is structure padding ?
can any one provide me the notes of data structure for ignou cs-62 paper
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
Write the test cases for checking a variable having value in range -10.0 to +10.0?
Is anything faster than c?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
how can use subset in c program and give more example
what is software?
What is the difference between void main() and void main (void) give example programme?