Answer Posted / bhuvanesh
C is a PROGRAMMING LANGUAGE......
| Is This Answer Correct ? | 45 Yes | 9 No |
Post New Answer View All Answers
What is the difference between if else and switchstatement
Is there sort function in c?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What are the ways to a null pointer can use in c programming language?
What does %d do?
What are the 4 types of programming language?
Explain the difference between malloc() and calloc() function?
what is reason of your company position's in india no. 1.
What is an arrays?
What does a pointer variable always consist of?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
Explain how does flowchart help in writing a program?
What is the use of bitwise operator?
What is difference between structure and union?
Differentiate between static and dynamic modeling.