who is first prime minister in india??
Answers were Sorted based on User's Feedback
Write program to remove duplicate in an array?
How can we allocate array or structure bigger than 64kb?
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
Explain what is a static function?
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
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.
How do we declare variables in c?
What is diffrance between declaration and defination of a variable or function
How to print "Hi World" without using semi colon?
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;