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 76371Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
3 9063Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
2 5437in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
4 8543#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 8570
What is variables in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Give differences between - new and malloc() , delete and free() ?
How can I read and write comma-delimited text?
Can we increase size of array in c?
Not all reserved words are written in lowercase. TRUE or FALSE?
All technical questions
Why doesnt the call scanf work?
What is difference between far and near pointers?
When should a type cast be used?
What are header files and explain what are its uses in c programming?
What are the types of data files?
What is the purpose of macro in C language?
What are conditional operators in C?
What is pointer to pointer in c with example?