What is structure in c language?
No Answer is Posted For this Question
Be the First to Post Answer
How to write a code for reverse of string without using string functions?
Juxtapose the use of override with new. What is shadowing?
What are the general description for loop statement and available loop types in c?
is it possible to change the default calling convention in c ?
How can I ensure that integer arithmetic doesnt overflow?
Why does everyone say not to use scanf? What should I use instead?
name the language for writing c compiler?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Write a C program in Fibonacci series.
Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.
What is the code in while loop that returns the output of given code?
Explain how do you determine whether to use a stream function or a low-level function?