what will be the output for the following program?
main()
{
char ch = 'k';
char c;
printf("%c",c);
}
Answers were Sorted based on User's Feedback
what are the stoge class in C and tel the scope and life time of it?
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
How do I use void main?
what are the different storage classes in c?
Differentiate between functions getch() and getche().
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 ”)
What Is The Difference Between Null And Void Pointer?
1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.
Explain the difference between #include "..." And #include <...> In c?
i got 75% in all semester am i eligible for your company
How to get string length of given string in c?
what is the maximum limit of row and column of a matrix in c programming. in linux .