how we can say java is platform independent, while we require JVM for that particular Operating System?
3 8525can 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 7409My 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 4006write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
4 6794can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
2 4858#include
Sir,please help me out with the output of this programme:-
#include
How can I implement a delay, or time a users response, with sub-second resolution?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
number of times a digit is present in a number
What is function prototype in c language?
What is bss in c?
what is event driven software and what is procedural driven software?
What is structure padding and packing in c?
What is character constants?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is a nested loop?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Write a program which returns the first non repetitive character in the string?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What is wrong with this code?
Differentiate between Macro and ordinary definition.