hi, where i can find more detail about oracle PL/SQL. i need some details regarding main functionalities and features.
what is the different between SQL*PLUS with PL/SQL?
hi, daves thank for your help. after i compiled it, it run successfully. but i still have a few questions to need your advise. i can't understand what you mention that "you can't compare and copy arrays quite so simply." mean what?? can u explain to me thank because i still very new in...
hi, denster thank for your program.....i think it shd be can help me, actually my question is write a function lower_to_upper that takes an alphabetic character and returns its upper case value. It will return the original value if an upper case alphabet is passed in( assume the input parameter...
hi, denster thank you feedback to me,
actually i want to learn write program using C languages, and for this question, i already wrote it but dun know whether it correct or not. this function is accept int, and we need to write a function to scan the number and find the number that we required...
hi,astrid first of all thank for ur feedback to me.
in my program, when i compiled it, the error occur is on this part:
it always give me a error mess bookarray is not a member of 'BkArray' in function delete records(char *BkArray)
void delete_records(char *title, BkArray library)
{
for (int i...
this program wrote by C languages, wish can debug for me
thank
#include <stdio.h>
#include <string.h>
typedef enum
{
SF_Science_Fiction=0, HR_Horror=1, RM_Romance=2
} Category_Value;
typedef struct
{
char ISBN[10];
char Title[30];
char Author[30];
float Price...
question:
Develop a program to allow users to perform operations on book records.
A book record should contain the below minimum information:
· ISBN : 10 characters
· Title : 30 characters
· Author : 30 characters
· Price : floating point number
· Category : an enumerated type of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.