Explain what does it mean when a pointer is used in an if statement?
No Answer is Posted For this Question
Be the First to Post Answer
How to throw some light on the b tree?
64/square(4)
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
What is the best style for code layout in c?
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
Identify the operators that is not used with pointer a. && b. # c. * d. >>
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Is fortran still used in 2018?
Explain what is the concatenation operator?
Write a program of prime number using recursion.
What is pass by value in c?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above