Explain output of printf("Hello World"-'A'+'B'); ?
No Answer is Posted For this Question
Be the First to Post Answer
write a “Hello World” program in “c” without using a semicolon?
What would be an example of a structure analogous to structure c?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
what is the stackpointer
What is the difference between test design and test case design?
What is the Difference between Class and Struct?
What is main function in c?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
Write a C program to count the number of email on text
State the difference between x3 and x[3].
Where are c variables stored in memory?
code for bubble sort?