Can include files be nested? How many levels deep can include files be nested?
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.
What is function in c with example?
Are local variables initialized to zero by default in c?
Is it better to use a macro or a function?
How do I use strcmp?
how to write a bubble sort program without using temporary variable?
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,