#include <stdio.h>
int main (void) { puts ("abcdefedcba"); return 0; }
#include(stdio.h) int main ()
answer:32 programme to print factorial of a given number in c languages
#include<stdio.h> #include<conio.h> void main() { if(printf("hello world")){} if(getch()){} }
#include <iostream> int main() { std::cout << "a plus bi" << std::endl; return 0; }
Write a C program to Draw a RAINBOW and fill the suitable colors ...
write a c++ programe to print a triangle without (for)
write a program to print A to Z on screen in c?
Write a function that print a triangle of stars.
abhimanyu
substracion of any two number program in c
you can use strstr()
#include#includevoid main(){ int a,i;printf("\nThe Multiplication table of 5 is:\n");for(i=1;i