How does struct work in c?
No Answer is Posted For this Question
Be the First to Post Answer
If input is 123 then how to print 100 and 20 and 3 seperately?
what is answer for perfect number????????????????
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
What are keywords c?
c programming of binary addition of two binary numbers
Can you please explain the scope of static variables?
Explain is it better to bitshift a value than to multiply by 2?
What is the scope of static variables?
Define and explain about ! Operator?
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?