how we can say java is platform independent, while we require JVM for that particular Operating System?
3 8526can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
7 7417My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.
1 4008write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
4 6796can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
2 4861#include
Sir,please help me out with the output of this programme:-
#include
Explain how can I pad a string to a known length?
What are the general description for loop statement and available loop types in c?
What is difference between array and structure in c?
What is extern c used for?
Which is better pointer or array?
What does c in a circle mean?
What is a node in c?
Subtract Two Number Without Using Subtraction Operator
Explain how do you determine the length of a string value that was stored in a variable?
Where local variables are stored in c?
What happens if header file is included twice?
Distinguish between actual and formal arguments.
What is actual argument?
How #define works?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??