What is wrong with this declaration?
No Answer is Posted For this Question
Be the First to Post Answer
What is file in c language?
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
Can a void pointer point to a function?
Explain null pointer.
Write a program to print all permutations of a given string.
inline function is there in c language?
how to find the given number is prime or not?
What is break statement?
Determine if a number is a power of 2 at O(1).
What is this pointer in c plus plus?
Describe newline escape sequence with a sample program?
Hi can anyone tell what is a start up code?