What is %lu in c?
No Answer is Posted For this Question
Be the First to Post Answer
Where local variables are stored in c?
Create a simple code fragment that will swap the values of two variables num1 and num2.
How do we open a binary file in Read/Write mode in C?
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
Explain how can a program be made to print the name of a source file where an error occurs?
send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?
12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
What are the types of assignment statements?
What are static functions?
plz answer.. a program that takes a string e.g. "345" and returns integer 345
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Explain goto?