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 75916Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
3 8921Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
2 5330in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
4 8334#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 8392
Explain what is a 'locale'?
Explain what is #line used for?
What is structure of c program?
What is the difference between NULL and NUL?
Write a program in c to replace any vowel in a string with z?
What is the return type of sizeof?
Why functions are used in c?
Differentiate fundamental data types and derived data types in C.
What is the use of function overloading in C?
Where can I get an ansi-compatible lint?
What are the disadvantages of external storage class?
Explain bit masking in c?
What are data types in c language?
What is an array? What the different types of arrays in c?
What is the code for 3 questions and answer check in VisualBasic.Net?