Why is event driven programming or procedural
programming, better within specific scenario?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
When should I declare a function?
How many parameters should a function have?
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
Write a program to check palindrome number in c programming?
How can I increase the allowable number of simultaneously open files?
Is Exception handling possible in c language?
write a c program in such a way that if we enter the today date the output should be next day's date.
Explain two-dimensional array.
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Compare interpreters and compilers.
Is register a keyword in c?