What is methods in c?
No Answer is Posted For this Question
Be the First to Post Answer
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 a char in c?
What are the types of data structures in c?
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
can anyone please tell about the nested interrupts?
What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
difference between i++* and *++i
what is the importance of spanning tree?
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
What is the use of typedef in c?