Answer Posted / prashant agarwal
this is give an compilation error
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
How do you print only part of a string?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What is data structure in c language?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What is #include stdio h and #include conio h?
Here is a neat trick for checking whether two strings are equal
Can we use visual studio for c?
What is a buffer in c?
Simplify the program segment if X = B then C ← true else C ← false
Which type of language is c?
Do you know the use of fflush() function?
i have a written test for microland please give me test pattern
How to declare pointer variables?
Is null always equal to 0(zero)?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)