hai iam working in sap sd module for one year and working
in lumax ind ltd in desp department but my problem is i
have done m.b.a in hr/marketing and working sap sd there is
any combination it. can you give right solution of my
problem. and what can i do?
No Answer is Posted For this Question
Be the First to Post Answer
can we print any string without using terminator?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
a program that can input number of records and can view it again the record
How can you print HELLO WORLD without using "semicolon"?
What is array of structure in c?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
write a c program for greatest of three numbers without using if statment
how to add two numbers without using arithmetic operators?
what is the hexidecimal number of 4100?
how can we Declare a variable in c without defining it.
What is cohesion in c?