Explain what is the stack?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
What are the different properties of variable number of arguments?
Is main a keyword in c?
int i=0,j; j=++i + ++i ++i; printf(" %d",j);
Is main an identifier in c?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
2. Write a function called hms_to_secs() that takes three int values—for hours, minutes, and seconds—as arguments, and returns the equivalent time in seconds.. Create a program that exercises this function by repeatedly obtaining a time value in hours, minutes, and seconds from the user (format 12:59:59), calling the function, and displaying the value of seconds it returns.
What is sizeof in c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What are bitwise shift operators in c programming?
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,