What is the 'named constructor idiom'?
No Answer is Posted For this Question
Be the First to Post Answer
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
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.
write a program to swap two numbers without using temporary variable?
What is && in c programming?
Can the curly brackets { } be used to enclose a single line of code?
is assignment operator is arithmatic or not
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
Does sprintf put null character?
what does " calloc" do?
What are Storage Classes in C ?
32 Answers CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
Is there any book to know about Basics of C Language?
Method Overloading exist in c ?