What are the types of data files?
What is c basic?
Is register a keyword in c?
What is string in c language?
Why do we use int main?
What is difference between union All statement and Union?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What do you mean by a sequential access file?
how do you programme Carrier Sense Multiple Access
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 c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Can you pass an entire structure to functions?
What is maximum size of array in c?
What is difference between arrays and pointers?
Why can’t constant values be used to define an array’s initial size?