Differentiate b/w Modify and Update commands giving example.
Answer / ananth kumar
1.update comand is to make changes to the record in the
table
2.modify command is used to add,modify,drop a column in a
table
| Is This Answer Correct ? | 3 Yes | 1 No |
Can we use any name in place of argv and argc as command line arguments?
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
difference between memcpy and strcpy
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What is include directive in c?
What is NULL pointer?
What is the Difference between Class and Struct?
can we change the default calling convention in c if yes than how.........?
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)....................
What is sizeof return in c?
what is the use of keyword volatile??
Difference between C and Embedded C?