How to establish connection with oracle database software
from c language?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the purpose of "extern" keyword in a function declaration?
write a program to print calender using for loop.
What is #define in c?
What is the difference between array and pointer in c?
What is c++ used for today?
How would you sort a linked list?
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
WHAT IS ABSTRACT DATA TYPE
inline function is there in c language?
What is %s and %d in c?
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
WAP – represent a char in binary format