What is the hardest programming language?
No Answer is Posted For this Question
Be the First to Post Answer
what is the code to display color fonts in the output?
Define Spanning-Tree Protocol (STP)
how to swap four numbers without using fifth variable?
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,
What is array of structure in c?
why integer range between -327680to+32767
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
What is the best way of making my program efficient?
what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year
Can two or more operators such as and be combined in a single line of program code?
When should the register modifier be used? Does it really help?
For what purpose null pointer used?