Why is c faster?
No Answer is Posted For this Question
Be the First to Post Answer
What are Storage Classes in C ?
32 Answers CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
Why malloc is faster than calloc?
Explain pointer. What are function pointers in C?
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
what is array?
What is the advantage of c?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
what is the difference between <stdio.h> and "stdio.h"
14 Answers Invendis, Kanbay, Mastek, MathWorks,
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
Why do we use main function?
Find occurence of a character in a sting.