My today paper
Q 1: Identfiy each of the given functions as string conversion function or string manipulation function.
1 double at of (const char* nptr)
2 char* strcpy (char*s1 const char*)
3 int at of (const char*nptr)
Q 2 : If p and q are pointers and n is integer then the following are legal or illegal.
a p + q
b p - q
c p + n
d p - n
e n + q
Q 3 : If ( char array [7], is a character array then write a char at fifth loction of this array.
Q 4 : Which function is used in read & write while handling file.
Best of luck
Comments
Post a Comment
Please give us your feedback & help us to improve this site.