Write a program to print “hello world” without using semicolon?
No Answer is Posted For this Question
Be the First to Post Answer
Why does the call char scanf work?
What is a char in c?
What is the difference between the = symbol and == symbol?
What are local static variables?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
Why do we use stdio h and conio h?
What is the heap?
Write a program to reverse a given number in c language?
Why array is used in c?
How the c program is executed?
What do the functions atoi(), itoa() and gcvt() do?
send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?