Famous puzzles which are generally asked by companies during
interviews ?
difference between Low, Middle, High Level languages in c ?
Explain what is the best way to comment out a section of code that contains comments?
What is the output from this program? #include <stdio.h> void do_something(int *thisp, int that) { int the_other; the_other = 5; that = 2 + the_other; *thisp = the_other * that; } int main(void) { int first, second; first = 1; second = 2; do_something(&second, first); printf("%4d%4d\n", first, second); return 0; }
how to find turn around time in operating system?
What is a macro in c preprocessor?
What are the primitive data types in c?
What are header files and what are its uses in C programming?
Why doesn't C have nested functions?
What are directives in c?
how could explain about job profile
tell me the full form of c?
Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????