post new interiew question and aptitude test papers
How can you tell whether a program was compiled using c versus c++?
Write a C program to fill a rectangle using window scrolling
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
Do character constants represent numerical values?
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
what is the use of pointers
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
How to implement a packet in C
Binary tree traversing
How do you determine whether to use a stream function or a low-level function?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What are dynamically linked and statically linked libraries?