What are the advantages and disadvantages of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
explain about storage of union elements.
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
what is a non volatile key word in c language?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
find largest element in array w/o using sorting techniques.
how to implement stack operation using singly linked list
do you think its fraud or original company?
what is the difference between. system call and library function?
write the program to find multiplication of 2-D matrix??????????
what is the difference between getch() and getche()?
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]