Explain what is the concatenation operator?
No Answer is Posted For this Question
Be the First to Post Answer
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
What is .obj file in c?
Mention four important string handling functions in c languages .
Why c is called procedure oriented language?
What is the difference b/w Structure & Array?
Hi can anyone tell what is a start up code?
code for replace tabs with equivalent number of blanks
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
Why does the call char scanf work?
What is the difference between volatile and const volatile?
What 'lex' does?
Write a C program in Fibonacci series.