What is the hardest programming language?
No Answer is Posted For this Question
Be the First to Post Answer
void main() { int i=5; printf("%d",i+++++i); }
Which type of language is c?
What is the use of clrscr?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
1. main() { printf("%d",printf("HelloSoft")); } Output?
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
What are pointers in C?
4. main() { int c=- -2; printf("c=%d",c); }
What does double pointer mean in c?
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file