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
Explain what is output redirection?
What are data breakpoints?
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
Eight queens puzzle
What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
Is c easy to learn?
what is the diference between pointer to the function and function to the pointer?
What is the use of linkage in c language?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Can a pointer be static?
How do you write a program which produces its own source code as output?