do you think its fraud or original company?
No Answer is Posted For this Question
Be the First to Post Answer
explain what are pointers?
program in c to print 1 to 100 without using loop
Write a program that can show the multiplication table.
why do we use # in c-language?
what are bit fields? What is the use of bit fields in a structure declaration?
0 Answers Flextronics, TISL, Virtusa,
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
write a c programme for add of two numbers with out use of arthematic operators
What is the function of volatile in c language?
write a c program to convert fahrenheit to celsius?
please send me the code for multiplying sparse matrix using c
int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.