difference between memcpy and strcpy
What is wrong in this statement?
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
What is a list in c?
Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
What is the maximum length of an identifier?
what will be the output: main(){char ch;int a=10;printf("%d",ch);}
36 Answers Accenture, TCS, Wipro,
What is volatile variable in c with example?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
What is character constants?
What are the types of unary operators?
Why doesnt this code work?
WHAT IS LOW LEVEL LANGUAGE?