Write a program which returns the first non repetitive character in the string?
What is the code in while loop that returns the output of given code?
How can I read a binary data file properly?
Why isn't it being handled properly?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.
In C language, a variable name cannot contain?
Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?
what is the syallabus of computer science students in group- 1?
What is the difference between call by value and call by reference in c?
What is the symbol indicated the c-preprocessor?
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
to find the closest pair