write a program to print data of 5 five students with
structures?
No Answer is Posted For this Question
Be the First to Post Answer
What library is sizeof in c?
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
write a program to swap two variables a=5 , b= 10 without using third variable
C,c++, Java is all are structural oriented or procedure oriented language..?
which will be first in c compiling ,linking or compiling ,debugging.
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
difference between the array and linked list general difference related to memory
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Is c programming hard?
Explain what does it mean when a pointer is used in an if statement?
how can write all 1to 100 prime numbers using for loop,if and break ?
Why static variable is used in c?