Explain what does the function toupper() do?
No Answer is Posted For this Question
Be the First to Post Answer
What is the function of volatile in c language?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
Explain what is #line used for?
int x=5; printf("%d%d%d",x,x<<2,x>>2);
What is NULL pointer?
what is the difference between embedded c and turbo c ?
program to locate string with in a string with using strstr function
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)