By using C language input a date into it and if it is right?
No Answer is Posted For this Question
Be the First to Post Answer
How to write c functions that modify head pointer of a linked list?
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.
What are data structures in c and how to use them?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā%dā,s.x); }
what is the diff b/w static and non static variables in C. Give some examples plz.
hi any body pls give me company name interview conduct "c" language only
How to develop software using "c" programming?
What is the difference between strcpy() and memcpy() function in c programming?
can we initialize all the members of union?
YBJBU6
what is Array?