What is indirection? How many levels of pointers can you have?
No Answer is Posted For this Question
Be the First to Post Answer
what is the most appropriate way to write a multi-statement macro?
What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }
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.
What is graph in c?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
diff .between strcture and union
What is null pointer in c?
print 1-50 with two loop & two print Statement
What are predefined functions in c?
how to write a program which adds two numbers without using semicolon in c
Which is the best sort method for library management?
What are the 5 types of organizational structures?