Explain how can you tell whether a program was compiled using c versus c++?
No Answer is Posted For this Question
Be the First to Post Answer
Can you return null in c?
What are different storage class specifiers in c?
i have a written test in tomorrow
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
Explain how does flowchart help in writing a program?
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
What is clrscr ()?
What happens if a header file is included twice?
Why c++ is called c++ and not c+?
Write a program in c using only loops to print * * * * * *******
Explain can you assign a different address to an array tag?
What are the different types of control structures?