How can you convert integers to binary or hexadecimal?
No Answer is Posted For this Question
Be the First to Post Answer
What is the newline escape sequence?
Why do we use header files in c?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
Is c an object oriented programming language?
How can you allocate arrays or structures bigger than 64K?
Find if a number is power of two or not?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
What is the maximum length of an identifier?
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
How to receive strings with spaces in scanf()
How to write c functions that modify head pointer of a linked list?