what is event driven software and what is procedural driven
software?
No Answer is Posted For this Question
Be the First to Post Answer
What is static memory allocation?
What are the three constants used in c?
Write a program to print fibonacci series using recursion?
Given an unsigned integer, find if the number is power of 2?
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
Why n++ execute faster than n+1 ?
How we can set and clear bit in a byte using macro function?
Are bit fields portable?
Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.
What is the data segment that is followed by c?
What are identifiers in c?
code for selection sort?