Write a program to print "hello world" without using a semicolon?
No Answer is Posted For this Question
Be the First to Post Answer
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
implement NAND gate logic in C code without using any bitwise operatior.
How pointer is different from array?
What is the difference between variable declaration and variable definition in c?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What are the advantages of union?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
What is the use of typedef in structure in c?
What do you understand by normalization of pointers?
What is difference between structure and union with example?