Does c have enums?
No Answer is Posted For this Question
Be the First to Post Answer
what is void pointer?
What are the advantages of using linked list for tree construction?
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā%d\nā,j); }
Explain the properties of union.
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
WHAT IS HIGH LEVEL LANGUAGE?
What is array of pointers to string?
progrem to generate the following series 1 12 123 1234 12345
Explain what is the best way to comment out a section of code that contains comments?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is function in c with example?
p*=(++q)++*--p when p=q=1 while(q<=6)