What is the purpose of 'register' keyword in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of constants?
what are enumerations in C
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
Who is the main contributor in designing the c language after dennis ritchie?
Describe wild pointers in c?
what is the role you expect in software industry?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What are the types of type specifiers?
Can we use visual studio for c?
Define function pointers?
How do I read the arrow keys? What about function keys?