Why static is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
how can we print hellow world programme without using semicolon
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What type of function is main ()?
What is "Hungarian Notation"?
Why does the call char scanf work?
Write a program to generate random numbers in c?
What is nested structure?
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,
Explain why can’t constant values be used to define an array’s initial size?
How do you write a program which produces its own source code as its output?
What is a function simple definition?
Can we declare function inside main?