i have to apply for the rbi for the post of officers. i
need to know abt the entrance questions whether it may be
aps or techinical....
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> #include<conio.h> struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.
write an algorithm to display a square matrix.
What is the mean of this statement:: if(int i=0 * i=9)
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
What is struct node in c?
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
what is a pointer
4 Answers Bank Of America, TCS,
explain what is an endless loop?
Can the “if” function be used in comparing strings?
What is the role of this pointer?
What is the difference between constant pointer and constant variable?
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???