What is else if ladder?
No Answer is Posted For this Question
Be the First to Post Answer
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
which do you prefer C or Pascal?
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,
Define function pointers?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
What is the data segment that is followed by c?
difference between the array and linked list general difference related to memory
a program that can input number of records and can view it again the record
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
Can you assign a different address to an array tag?
What is the explanation for the dangling pointer in c?