hi guys i wnt the procedure end idea in c projects.if u know any topic please demonstrate it

Recommended Answers

All 3 Replies

>>procedure end idea
Huh :-/

>if u know any topic please demonstrate it

/*
 * end_idea.c
 * it demostrates any topic.
 */
#include <stdio.h>

/*
 * main idea coming.
 */
int main( void )
{
    printf( "Hello World\n" ); /* it displays the idea */
    
    return 0; /* procedure end. This is where I ran out of ideas */
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.