In C language what is a 'dangling pointer'?
No Answer is Posted For this Question
Be the First to Post Answer
How do I use strcmp?
Why are all header files not declared in every c program?
How can you avoid including a header more than once?
What is wrong with this code?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
2. Write a function called hms_to_secs() that takes three int values—for hours, minutes, and seconds—as arguments, and returns the equivalent time in seconds.. Create a program that exercises this function by repeatedly obtaining a time value in hours, minutes, and seconds from the user (format 12:59:59), calling the function, and displaying the value of seconds it returns.
Is register a keyword in c?
WAP – represent a char in binary format
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
why u join this call center?
What is the purpose of & in scanf?
The difference between printf and fprintf is ?