Is c object oriented?
No Answer is Posted For this Question
Be the First to Post Answer
how i m write c program 1.check prime number 2.prime number series
what is the diffrenet bettwen HTTP and internet protocol
print a "hello" word without using printf n puts in c language
Explain the term printf() and scanf() used in c language?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
Identify the operators that is not used with pointer a. && b. # c. * d. >>
What is else if ladder?
What are the rules for the identifier?
What's the difference between calloc() and malloc()?
Can the curly brackets { } be used to enclose a single line of code?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is wild pointer in c with example?