What is a good way to implement complex numbers in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
What is auto keyword in c?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
How many main () function we can have in a project?
What is the difference between local variable and global variable in c?
write a program to find the frequency of a number
Where we use clrscr in c?
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā%d\nā,j); }
Why c is a procedural language?
Write the syntax and purpose of a switch statement in C.
What is the use of a static variable in c?