how we can say java is platform independent, while we require JVM for that particular Operating System?
3 8671can 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 7622My 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 4105write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
4 6952can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
2 4964#include
Sir,please help me out with the output of this programme:-
#include
What's a good way to check for "close enough" floating-point equality?
Here is a neat trick for checking whether two strings are equal
What is a null string in c?
Give basis knowledge of web designing ...
What is the difference between text and binary i/o?
Does free set pointer to null?
Why is c called a structured programming language?
How is a structure member accessed?
What are extern variables in c?
How are 16- and 32-bit numbers stored?
Is there a way to compare two structure variables?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
Is c weakly typed?
How do you search data in a data file using random access method?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?