What is the size of array float a(10)?
No Answer is Posted For this Question
Be the First to Post Answer
Are bit fields portable?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
Explain how do you determine the length of a string value that was stored in a variable?
Explain how does flowchart help in writing a program?
What is a stream water?
Explain command-line arguments in C.
How will you allocate memory to a double pointer ?
What are examples of structures?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
How do you override a defined macro?
If we give two names then this displays the connection between the two people. It is nothing but flames game
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 ”)