What are the 4 types of programming language?
No Answer is Posted For this Question
Be the First to Post Answer
how to return 1000 variables from functio9n in c?plz give me code also
Reverse a string word by word??
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
What will be the outcome of the following conditional statement if the value of variable s is 10?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is wild pointer in c with example?
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
Whether there can be main inside another main?If so how does it work?
Program to find larger of the two numbers without using if-else,while,for,switch
Explain what is #line used for?
A stack can be implemented only using array?if not what is used?
What is the meaning When we write "#include" what is # and what does include does there???