What is main void in c?
How can I access memory located at a certain address?
What are the disadvantages of c language?
What is the difference between union and structure in c?
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }
Give basis knowledge of web designing ...
What are the advantages of c language?
LOGIC OF Bodmas?
What is the difference between array and structure in c?
What is data type long in c?
What are preprocessor directives in c?
Why is c platform dependent?