What are # preprocessor operator in c?
print the table 5 in loops
What is scope rule of function in c?
What is floating point constants?
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
write a program to sort the elements in a given array in c language
where does it flourished?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output
consagous technology placement paper
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
what are bit fields in c?
how can i get this by using for loop? * ** * **** * ******