With the help of using classes, write a program to add two numbers.
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
convert 0.9375 to binary
What is .obj file in c?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
c program to print a name without using semicolon
Where are the auto variables stored?
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
What is the value of h?
How can you increase the size of a statically allocated array?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
How the c program is executed?
Explain the concept of "dangling pointers" in C.