what is used instead of pointers in java than c?
What are the concepts introduced in OOPs?
What is the meaning of typedef struct in c?
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
What is the use of c language in real life?
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
c program to manipulate x=1!+2!+3!+...+n! using recursion
Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?
what is the height of tree if leaf node is at level 3. please explain
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
How many levels of indirection in pointers can you have in a single declaration?
0 Answers Agilent, ZS Associates,
What is difference between Structure and Unions?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.