What are multibyte characters?
No Answer is Posted For this Question
Be the First to Post Answer
What is scope rule in c?
Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.
write an algorithm to display a square matrix.
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
program to print upper & lower triangle of a matrix
Explain spaghetti programming?
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
ABCDCBA ABC CBA AB BA A A
Write a C function to search a number in the given list of numbers. donot use printf and scanf
what do structure language means?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
write a 'c' program to sum the number of integer values