Fuzzyprograms is pleased to announce Programming Contest #1 for Engineering and MCA students. This is organized by Campus Connect team of Merit Campus and sponsored by Merit Campus Limited.
Fuzzyprograms is a platform for students of engineering colleges to prepare themselves to become smart professionals. This contest under Fuzzyprograms will encourage the spirit of competitiveness and accelerate learning through extra curricular activities, within the student community.
To foster problem solving and algorithmic thinking abilities
Prove yourself to be a Smart Programmer!Here is the opportunity to demonstrate your programming skills.
Team up with your best friends and get ready for online Programming contest!
Rules and Regulations – Programming Contest:
- Simply read the challenge, write out your solution, test it with the example data, and post your code as a comment to the programming challenge's thread. All languages are accepted!
- Make sure to explicitly write what language you are using (as this does make a big difference) and if you're looking for general feedback or for verification that your solution is correct.
- Judge by program accuracy.
- Only 1 WINNER.
- Winner will we declare after 3 Days (11th July 2014 At 9:00PM)
Now, Here it is : Solve The Problem:
Problem 1: What will be the output of the program ?
#include<stdio.h> int main() { int a[5] = {5, 1, 15, 20, 25}; int i, j, m; i = ++a[1]; j = a[1]++; m = a[i++]; printf("%d, %d, %d", i, j, m); return 0; }
Post your Answer in Comment Box With Explanation.
Problem 2: Difference Between delete and free() in C++ ?
Problem 3: Write a program to check whether the given string is a palindrome .
NOTE: Do not Use Inbuilt Function.
Answer 1: Output AND Explanation: XYZ.....
Answer 2: Explanation.
Answer 3: Your CODE. (DO NOT NEED TO EXPLAIN)
BEST OF LUCK !!!
FINAL WINNER IS SEND YOUR E-MAIL (In Programart2014@gmail.com )
0 comments:
Post a Comment