What is the use of pointers in C?
What are the types of pointers in c?
What is the difference between variable declaration and variable definition in c?
Explain what a Binary Search Tree is.
What does %d do?
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
differnce between do and do while
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
what is c++ programming?
print 1-50 with two loop & two print Statement
What is getch?