What are the 4 types of unions?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between static and dynamic modeling.
What is a keyword?
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
What is a spanning Tree?
How to print "Hi World" without using semi colon?
Disadvantages of C language.
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
how to use showbits function?
int i=10; printf("%d %d %d", i, i=20, i);
what is the main use of c where it can use the c