What is the use of
in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is object oriental programing?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Is fortran faster than c?
What is realloc in c?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Explain what is a program flowchart and explain how does it help in writing a program?
implement NAND gate logic in C code without using any bitwise operatior.
What is the output from this program? #include <stdio.h> void do_something(int *thisp, int that) { int the_other; the_other = 5; that = 2 + the_other; *thisp = the_other * that; } int main(void) { int first, second; first = 1; second = 2; do_something(&second, first); printf("%4d%4d\n", first, second); return 0; }
Write a program in c to input a 5 digit number and print it in words.
Write a simple program to find the size of different basic data types in C.
What is a Genralised LInked List?? Please give a detailed explation of it..
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????