What is the process to create increment and decrement stamen in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is a NULL pointer?
how can we use static and extern?and where can we use this?
What is openmp in c?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
c pgm count no of lines , blanks, tabs in a para(File concept)
What is meant by high-order and low-order bytes?
develop algorithms to add polynomials (i) in one variable
How can I invoke another program or command and trap its output?
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
Why is c called c not d or e?
What is #line?