Can I pass constant values to functions which accept structure
arguments?

Answer Posted / siva

We cannot pass constant values to functions.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a code of a general series where the next element is the sum of last k terms.

589


Linked lists -- can you tell me how to check whether a linked list is circular?

639


In which header file is the null macro defined?

850


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

1759


How many types of operator or there in c?

597






Explain 'bit masking'?

646


What are inbuilt functions in c?

556


What is the use of typedef in structure in c?

536


Explain the difference between call by value and call by reference in c language?

638


What type of function is main ()?

581


while initialization of array why we use a[][2] why not a[2][]...?

1860


Differentiate call by value and call by reference?

562


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1255


What is the translation phases used in c language?

625


Tell me with an example the self-referential structure?

558