Please send me WIPRO technical question to my mail ID.. its
nisha_g28@yahoo.com please its urgent
No Answer is Posted For this Question
Be the First to Post Answer
What functions are used for dynamic memory allocation in c language?
write a programme that inputs a number by user and gives its multiplication table.
how can write all 1to 100 prime numbers using for loop,if and break ?
Can we change the value of static variable in c?
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
What are external variables in c?
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
What does s c mean on snapchat?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
what is diff b/w huge & far & near pointer??
Function calling procedures? and their differences? Why should one go for Call by Reference?
how to swap two integers 1 and 32767 without using third variable