What does
stand for?
No Answer is Posted For this Question
Be the First to Post Answer
The __________ attribute is used to announce variables based on definitions of columns in a table?
can we access one file to one directory?
What is the modulus operator?
what is meant by flushll() in c programming?
When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
Write a function that will take in a phone number and output all possible alphabetical combinations
why u join this call center?
main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
Explain function?
how to use enum datatype?Please explain me?
Explain what is wrong with this statement? Myname = ?robin?;
What is a constant?