What does c mean in standard form?
No Answer is Posted For this Question
Be the First to Post Answer
What is dangling pointer in c?
How can I handle floating-point exceptions gracefully?
What is d scanf?
Explain what is a const pointer?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
What is a nested loop?
What does == mean in texting?
I have a varargs function which accepts a float parameter?
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?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?