What is function prototype in c language?


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

Post New Answer

More C Interview Questions

do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?

1 Answers   Oracle,


How can I open files mentioned on the command line, and parse option flags?

0 Answers  


Explain demand paging.

1 Answers   Agilent,


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,


How to print "I Love My India" without using semi colon?

4 Answers  


How are pointers declared in c?

0 Answers  


main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }

4 Answers  


code for find determinent of amatrix

0 Answers  


write a program for size of a data type without using sizeof() operator?

22 Answers   HCL, IBM,


How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance

8 Answers  


what is the difference between char * const and const char *?

2 Answers   TCS,


Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.

4 Answers  


Categories