how we can make 3d venturing graphics on outer interface
Write a program to swap two numbers without using third variable?
What is the difference between array and pointer in c?
Explain what is wrong in this statement?
What are the 5 organizational structures?
Why does not use getgh(); and <conio.h> in c language.
What is the difference b/w Structure & Union?
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
write a “Hello World” program in “c” without using a semicolon?
What is the difference between int main and void main?
Explain bit masking in c?
Write a c program to demonstrate character and string constants?
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