How can I increase the allowable number of simultaneously
open files?
What is the use of #define preprocessor in c?
write a program to count the no of repaeted words in a line?
why TCS selected more student in the software field from all institution.
explain how do you use macro?
What is wild pointer in c with example?
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
What is the difference between array_name and &array_name?
Is that possible to add pointers to each other?
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
Write a simple program to find the size of different basic data types in C.
How old is c programming language?
write a program which will count occurance of a day between two dates.