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 |
i have a written test for microland please give me test pattern
When would you use a pointer to a function?
How to convert decimal to binary in C using recursion??
What is the use of volatile?
difference between malloc and calloc
WAP to convert text into its ASCII Code and also write a function to decode the text given?
Differentiate between functions getch() and getche().
How do c compilers work?
Write a program in c using only loops to print * * * * * *******
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output
How is null defined in c?