Meaning of () in c
Answer / shrikantauti
it means function.
it may be user defined or system defined.
| Is This Answer Correct ? | 6 Yes | 0 No |
Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
What is main function in c?
What is Your Name :)
String concatenation
What does %p mean?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value
When should you not use a type cast?
Define circular linked list.
write a own function to compare two strings with out using stringcomparition function?
Identify the operators that is not used with pointer a. && b. # c. * d. >>