What is a pointer variable in c language?
No Answer is Posted For this Question
Be the First to Post Answer
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.
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
What is the difference between static and global variables?
what is link list?
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
void main() { int a=1; while(a++<=1) while(a++<=2); }
What are the different types of data structures in c?
Differentiate call by value and call by reference?
Is main a keyword in c?
f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
Please write the area of a RIGHT ANGLED TRIANGLE.