How do you access command-line arguments?
diff between exptected result and requirement?
difference between function & structure
What are the benefits of c language?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
what is the difference between NULL & NUL keywords in C?
Explain zero based addressing.
which type of aspect you want from the student.
a simple program in c language
What are the standard predefined macros?
What does a function declared as pascal do differently?
Explain how do you determine whether to use a stream function or a low-level function?
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................