The __________ attribute is used to announce variables based on definitions of columns in a table?
No Answer is Posted For this Question
Be the First to Post Answer
What is main void in c?
WAP to accept first name,middle name & last name of a student display its initials?
How do you override a defined macro?
c program to manipulate x=1!+2!+3!+...+n! using recursion
How to compare array with pointer in c?
how will you write a program on linked lists using JAVA programming???????????
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?
how do you programme Carrier Sense Multiple Access
Explain what is the difference between the expression '++a' and 'a++'?
What is the use of keyword VOLATILE in C?
write a program for the normal snake games find in most of the mobiles.