What are shell structures used for?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are global variables and explain how do you declare them?
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?
What is nested structure?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
Explain the use of 'auto' keyword in c programming?
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
what is the maximum no. of bytes calloc can allocate
to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E …….. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,………….].
what is the different between data structure and data type?