Tell us bitwise shift operators?
No Answer is Posted For this Question
Be the First to Post Answer
How to throw some light on the b tree?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
Given an array A[n+m] of n+m numbers, where A[1] ... A[n] is sorted and A[n+1] ... A[n+m] is sorted. Design a linear time algorithm to obtain A[1...n+m] sorted using only O(1) extra space. Time Complexity of your algorithm should be O(n) and Space Complexity O(1).
can v write main() { main(); } Is it true?
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
a=5 a=a++/++a
Is array a primitive data type in c?
How can I automatically locate a programs configuration files in the same directory as the executable?
Explain the meaning of keyword 'extern' in a function declaration.
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
Which weighs more, a gram of feathers or a gram of gold?