Thursday, July 18, 2019

How to print hello world in C programing ?


#include<stdio.h>
int main(){
     printf("Hello World");
return 0;
}

OUTPUT :: 
Hello World

No comments:

Post a Comment

Convert epoche in time ago

It's a very simple to compare given server time format with current system time : package com.example.timestampago; import androidx.app...