Sharp Tutorial
Send Email Contact Form using PHP

Python

Java

C

C++

HTML/CSS

Java Script

PHP

SQL

C Programs

  • export html table to excel using js
  • search drop down left to right and vice verca
  • Get value from drop down list using js
  • dynamic table add/delete row using js
  • Rotate image in div using js
  • Set selected value in drop down

FAQ Category

  • Java Script FAQ
  • Python FAQ
  • C/C++ FAQ

Java Script Based FAQ

Q How to send Email from Contact Form using PHP.

Ask New Question

asked on 27'Jan'20

Yash

Tag : JavaScript

#include<conio.h>

#include<stdio.h>

void main()

{

int i=0,j=0, k=0;

char d[50], c[50];

clrscr();

printf(“Enter the string : “);

gets(d);

for(i=0;d[i]!=NULL;i++)

{

j=0;

while(d[i]!=32 && d[i]!=NULL)

{

j++;

i++;

}

if(d[i]==NULL)

i–;

if(j==4)

{

k=k+1;

}

}

printf(“Four letter word are : %d”, k);

}

answered 28 jan'20

Adesh Rajput

Tag : JavaScript

Live Preview

Enquiry about Course

Ask your Question

Click Here

Sharp (2) Tutorials

Video/ C Introduction

Watch video in full size

Video tutorial

Follow by Email
Facebook
Facebook
fb-share-icon
YouTube
Copyright © Sharp Tutorial
Build with WordPress
Wordpress Social Share Plugin powered by Ultimatelysocial
Sharp Tutorial