Write a c program to enter a string of paragraph and
replacing a particular word which is repeated in the
paragraph by another word?
Answers were Sorted based on User's Feedback
Write a program to swap two numbers without using the third variable?
What is main () in c?
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
what is answer for perfect number????????????????
What is the meaning When we write "#include" what is # and what does include does there???
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Write a program to print fibonacci series using recursion?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
Why c language is called c?
Why is python slower than c?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,