what is the difference between c and java?
Answer / ashu_deepu
the major difference is C is procedural language.
while java is object oriented language.
| Is This Answer Correct ? | 3 Yes | 0 No |
Can we access array using pointer in c language?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
wat s the meaning of (int *)p +4;
write a program to display & create a rational number
given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)
Write a program to identify if a given binary tree is balanced or not.
How would you find a cycle in a linked list?
What is clrscr ()?
why you will give me a job in TCS.
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel