Write a program that receives as input a number omaadel-n-print, four digits.
No Answer is Posted For this Question
Be the First to Post Answer
What is main () in c?
How does sizeof know array size?
Why is %d used in c?
When should volatile modifier be used?
how to connect oracle in C/C++.
3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
What is a rvalue?
What are data breakpoints?
What is anagram in c?
What are Macros? What are its advantages and disadvantages?
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 are the types of pointers?