What is nested structure?
No Answer is Posted For this Question
Be the First to Post Answer
what value is returned to operating system after program execution?
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Write a program to show the change in position of a cursor using c
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
Software Interview Questions
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
write a program to display & create a rational number
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
what is the use of macro program