Write a program to print ASCII code for a given digit.
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
What is console in c language?
Why c is procedure oriented?
code for find determinent of amatrix
Difference between for loop and while loop?
What is void main () in c?
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
What is ctrl c called?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
List the difference between a "copy constructor" and a "assignment operator"?
12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
What is sizeof int in c?