What is string function c?
What is %s and %d in c?
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
What are the types of bitwise operator?
What is the main difference between calloc () and malloc ()?
wite a programme in c to linear search a data using flag and without using flags?
Write a program which has the following seven functions. The functions should be: • main() this calls the other 6 functions • fget_long() a function which returns a long data type from a file • fget_short() a function which returns a short integer variable from a file • fget_float() a function which returns a floating point variable from a file • fprt_long() a function which prints its single, long argument into a file • fprt_short() a function which prints its single, short argument into a file • fprt_float() a function which prints its single, floating point argument into a file. You should use fscanf() to get the values of the variables from the input (the file) and fprintf() to print the values to the other file. Pay attention to using the correct format for each of the data types.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
can we declare a variable in different scopes with different data types? answer in detail
Can you tell me how to check whether a linked list is circular?
Tell us bitwise shift operators?
What standard functions are available to manipulate strings?
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,