What is the purpose of & in scanf?
No Answer is Posted For this Question
Be the First to Post Answer
How can I read in an object file and jump to locations in it?
Tell me what are bitwise shift operators?
With the help of using classes, write a program to add two numbers.
What does sizeof return c?
What is line in c preprocessor?
How do I use strcmp?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is a program?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Write a program that receives as input a number omaadel-n-print, four digits.
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array