"%u" unsigned integer print the
a) address of variable
b) value of variable
c) name of a variable
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
What is array of pointers to string?
Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return - 1. The function should not make use of any C library function calls.
3 Answers Google, Infosys, JTL, OpenFeel,
How can you tell whether two strings are the same?
Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?
Can we declare a function inside a function in c?
How many types of sorting are there in c?
Which is more efficient, a switch statement or an if else chain?
What is the difference between union and structure in c?
write a program to print data of 5 five students with structures?
string reverse using recursion
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));