What does s c mean on snapchat?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is chain pointer in c?

0 Answers  


write the program to find multiplication of 2-D matrix??????????

1 Answers  


Give the rules for variable declaration?

0 Answers  


Find occurence of a character in a sting.

3 Answers   TCS,


You have an int array with n elements and a structure with three int members. ie struct No { unsigned int no1; unsigned int no2; unsigned int no3; }; Point1.Lets say 1 byte in the array element is represented like this - 1st 3 bits from LSB is one number, next 2 bits are 2nd no and last 3 bits are 3rd no. Now write a function, struct No* ExtractNos(unsigned int *, int count) which extracts each byte from array and converts LSByte in the order mentioned in point1.and save it the structure no1, no2, no3. in the function struct No* ExtractNos(unsigned int *, int count), first parameter points to the base address of array and second parameter says the no of elements in the array. For example: if your array LSB is Hex F7 then result no1 = 7, no2 = 2, no3 = 7. In the same way convert all the elements from the array and save the result in array of structure.

2 Answers   Qualcomm,






What is table lookup in c?

0 Answers  


What is the difference between local variable and global variable in c?

0 Answers  


how to multiply two number taking input as a string (considering sum and carry )

2 Answers   Wipro,


find a number whether it is even or odd without using any control structures and relational operators?

22 Answers   Microsoft, Shashank Private Limited,


What are the different types of linkage exist in c?

0 Answers  


What are valid signatures for the Main function?

0 Answers  


how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help

5 Answers  


Categories