Why flag is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the code for getting the output as * ** ***
What would be an example of a structure analogous to structure c?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
How can I delete a file?
Explain a pre-processor and its advantages.
What is volatile keyword in c?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What is default value of global variable in c?
When should I declare a function?
write a program in c to print **** * * * * ****
Write a program to print "hello world" without using a semicolon?