how to make a scientific calculater ?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print the prime numbers from 1 to 100?
What is a built-in function in C?
Why pointers are used in c?
how to reverse string "Hello World" by using pointers only. Without any temp var
Are there namespaces in c?
Under what circumstances does a name clash occur?
What is the right way to use errno?
What does a pointer variable always consist of?
how to swap 4 number without using temporary number?
write a program to create a sparse matrix using dynamic memory allocation.
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
write a c programme for add of two numbers with out use of arthematic operators