Explain what is the use of a semicolon (;) at the end of every program statement?
No Answer is Posted For this Question
Be the First to Post Answer
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
Is reference used in C?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
difference between function & structure
Convert the following expression to postfix and prefix (A+B) * (D-C)
What are the preprocessor categories?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
What is a file descriptor in c?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
Differentiate call by value and call by reference?
What is binary tree in c?