a=0;
while(a<5)
printf("%d\n",a++);
how many times does the loop occurs?
a.infinite
b.5
c.4
d.6
Answer Posted / guest
b
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
What is uint8 in c?
What is c value paradox explain?
What does return 1 means in c?
Difference between constant pointer and pointer to a constant.
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.
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What does a pointer variable always consist of?
How can I pad a string to a known length?
What is a keyword?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Explain Basic concepts of C language?
Can we change the value of static variable in c?
What does calloc stand for?
Explain how do you sort filenames in a directory?
in iso what are the common technological language?