Why c is called procedure oriented language?
No Answer is Posted For this Question
Be the First to Post Answer
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 are the types of assignment statements?
What is the size of structure in c?
What is the process to create increment and decrement stamen in c?
what is Array?
Explain that why C is procedural?
What is the exact difference between '\0' and ""
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program
What are .h files and what should I put in them?
what is the difference between getch() and getche()?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?