What is the size of structure pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is array within structure?
What is use of pointer?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
what is a NULL pointer?
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
Write a program using bitwise operators to invert even bits of a given number.
Why we not create function inside function.
I have seen function declarations that look like this
how to swap 4 number without using temporary number?
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.
related to rdbms query .