How is a pointer variable declared?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

List some basic data types in c?

0 Answers  


What is the c language function prototype?

0 Answers  


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.

5 Answers   TCS,


What does printf does?

0 Answers  


What is new line escape sequence?

0 Answers  






Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

0 Answers  


which do you prefer C or Pascal?

1 Answers  


Explain enumerated types.

0 Answers  


Can you tell me how to check whether a linked list is circular?

1 Answers  


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

0 Answers  


What are the 4 types of functions?

0 Answers  


What is const volatile variable in c?

0 Answers  


Categories