hi folks i m approching for h1 b interview on monday 8th of
august at montreal and i m having little problem in my
approval notice abt my bithdate my employer has made a
mistake while applying it is 12th january and istead of
that he had done 18 the of january do any body have any
solution for that if yes how can i prove my visa officer
abt my real birthdate it urgent please let me know guys
thaks dipesh patel
No Answer is Posted For this Question
Be the First to Post Answer
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
How is null defined in c?
Function calling procedures? and their differences? Why should one go for Call by Reference?
what is use of loop?
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is array in C
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: ā We Are Student ā Output: "We Are Student"
what is the function of void main()?
Differentiate between new and malloc(), delete and free() ?
how to copy a string without using c function