What is function prototype in c language?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
How can I open files mentioned on the command line, and parse option flags?
Explain demand paging.
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.
How to print "I Love My India" without using semi colon?
How are pointers declared in c?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
code for find determinent of amatrix
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
what is the difference between char * const and const char *?
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.