Can I pass constant values to functions which accept structure
arguments?
Answers were Sorted based on User's Feedback
Answer / guest
No. C has no way of generating anonymous structure values.
| Is This Answer Correct ? | 2 Yes | 1 No |
Is malloc memset faster than calloc?
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
who is the editor of 'pokemon'?
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.
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
Differentiate call by value and call by reference?
What is enumerated data type in c?
Eight queens puzzle