Is int a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,
Differentiate call by value and call by reference?
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
how is the examination pattern?
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
what is the stackpointer
difference between Low, Middle, High Level languages in c ?
#include<stdio.h> int SumElement(int *,int); void main(void) { int x[10]; int i=10; for(;i;) { i--; *(x+i)=i; } printf("%d",SumElement(x,10)); } int SumElement(int array[],int size) { int i=0; float sum=0; for(;i<size;i++) sum+=array[i]; return sum; } output?
Why c is called object oriented language?
What is an expression?