Why is c called a mid-level programming language?
No Answer is Posted For this Question
Be the First to Post Answer
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
Why is c called c not d or e?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
An array name contains base address of the array. Can we change the base address of the array?
What is #define in c?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
Write a program to show the change in position of a cursor using c
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What is volatile variable in c?