Can an array be an Ivalue?
No Answer is Posted For this Question
Be the First to Post Answer
write a program in c to print **** * * * * ****
When a c file is executed there are many files that are automatically opened what are they files?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
What are the different types of control structures?
Why main is used in c?
How does placing some code lines between the comment symbol help in debugging the code?
a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All
3 Answers Accenture, Digg.com,
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
Software Interview Questions
Why is sizeof () an operator and not a function?