Answer Posted / yogi
i feel iam efficient for this post as i can implement my
skills and knowledge very effectively. And i have good
learnin g capability.
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
Explain how are 16- and 32-bit numbers stored?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
In a byte, what is the maximum decimal number that you can accommodate?
What is the difference between the = symbol and == symbol?
Write a program to identify if a given binary tree is balanced or not.
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What are reserved words?
Can we declare variables anywhere in c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is equivalent to ++i+++j?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
What is %g in c?
Apart from dennis ritchie who the other person who contributed in design of c language.
What is array of structure in c programming?