Famous puzzles which are generally asked by companies during
interviews ?
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
LOGIC OF Bodmas?
What standard functions are available to manipulate strings?
What is the difference between near, far and huge pointers?
What is the purpose of main() function?
Who is invented by c?
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
Define circular linked list.
int i=10; printf("%d %d %d", i, i=20, i);
how can i sort numbers from ascending order and descending order using turbo c..
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )