When should the register modifier be used? Does it really help?
No Answer is Posted For this Question
Be the First to Post Answer
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
Why void is used in c?
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
how to find greatet of 10 numbers without using array?
totally how much header files r in c language
What does calloc stand for?
What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
Differentiate between ordinary variable and pointer in c.
Explain what is the best way to comment out a section of code that contains comments?