What is array of structure in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
write the program to find multiplication of 2-D matrix??????????
What is Function Pointer? Explain with example?
Dear Sir, we are required the bubble sorting programs Regs Prem
Write a program to show the workingof auto variable.
Describe advantages and disadvantages of the various stock sorting algorithms
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
what is c?
How will you find a duplicate number in a array without negating the nos ?
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
how to print "hai" in c?