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 |
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
What does stand for?
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4
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
0 Answers College School Exams Tests,
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
Ow can I insert or delete a line (or record) in the middle of a file?
Why isnt there a numbered, multi-level break statement to break out
What is structure packing ?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Explain what are run-time errors?
What are extern variables in c?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???