post new interiew question and aptitude test papers
What is difference between class and structure?
void main() { int a=1; while(a++<=1) while(a++<=2); }
What is the difference between local variable and global variable in c?
What are the 4 types of programming language?
What is abstract data structure in c?
what is the difference between <stdio.h> and "stdio.h"
14 Answers Invendis, Kanbay, Mastek, MathWorks,
What is a node in c?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
i want to know aptitude questions,technical questions
char *p="name"; printf(p);
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc