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
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
When should you not use a type cast?
Write a C program that reads a series of strings and prints only those ending in "ed"
Who is the main contributor in designing the c language after dennis ritchie?
What is your stream meaning?
Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
write a “Hello World” program in “c” without using a semicolon?
write a program to remove occurrences the word from entered text?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?