What are the languages are portable and platform
independent?Why they are like that?
Answer / racika
Java is portable and platform independent since we can run
those class files in any of the OS.
| Is This Answer Correct ? | 3 Yes | 0 No |
what is the difference between #include<> and #include”…”?
What are runtime error?
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
Is c compiled or interpreted?
What are the two types of structure?
Write a program to add a given duration with time(24hrs format)
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
program to find the ASCII value of a number
Explain modulus operator.
Is it better to use a macro or a function?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
why we need function pointers?