What are the disadvantages of a shell structure?
No Answer is Posted For this Question
Be the First to Post Answer
What does %d do?
what is data structure.in linear and non linear data structures which one is better?Explain
f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What are global variables and explain how do you declare them?
Describe advantages and disadvantages of the various stock sorting algorithms
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Give a method to count the number of ones in a 32 bit number?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
what is the difference b/w NULL and null?
Can we declare a function inside a function in c?
why we shiuld use main keyword in C