What is null in c?
No Answer is Posted For this Question
Be the First to Post Answer
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
How will you allocate memory to a double pointer ?
Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
Write the control statements in C language
Explain how can I read and write comma-delimited text?
How to write c functions that modify head pointer of a linked list?
Ow can I insert or delete a line (or record) in the middle of a file?
How. To pass the entrance test
What is void main ()?
Difference between pass by reference and pass by value?
What is c++ used for today?