How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
what is the difference between class and unio?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
#include
How to set on/off a group of indicators in a single statement?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
Sir i need notes for structure,functions,pointers in c language can you help me please
hi all..i want to know oops concepts clearly can any1 explain??
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
how many types of operating system are avaliable?
how many types of bytes are there???
What is diffrent between Method and and function in c#
Write a program to reverse a string using recursive function?