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 ”)
12 76318Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
3 9047Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
2 5425in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
4 8508#include
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
4 8555
What are the standard predefined macros?
What tq means in chat?
Define the scope of static variables.
What is difference between union All statement and Union?
Tell me what is the purpose of 'register' keyword in c language?
What are the advantages of union?
Do you know what are the properties of union in c?
Not all reserved words are written in lowercase. TRUE or FALSE?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What is #define?
Explain what is operator promotion?
How do we print only part of a string in c?
What are the types of macro formats?
What is c programing language?
Explain what is the difference between a string and an array?