CProgram_app's profile picture. #Android 
#App 
#programming
#learnprogramming
#nikhilamatya

C programming

@CProgram_app

#Android #App #programming #learnprogramming #nikhilamatya

C programming 已轉發

Quiz - Which of the following is a logical operator? A - ! B - && C - || D - All of the above


#Quiz @CProgram_app @CProgramming #include<stdio.h> main() { char s1[50], s2[50] = "Hello"; s1 = s2; printf("%s", s1); }


#Quiz #CProgramming Which of the following statement can be used to free the allocated memory? ow.ly/4mQn9V


A. int length is correct answer


#Quiz #CProgramming Which of the declaration is correct? A. int length; B. char int; C. int long; D. float double; ow.ly/4mQn9V


#Quiz #CProgramming The keyword used to transfer control from a function back to the calling function is A.switch B.goto C.go back D.return


C. x is correct answer


#Quiz #Cprogramming Identify the incorrect file opening mode from the following. A. r B. w C. x D. a play.google.com/store/apps/det…


#quiz #include<stdio.h> main() { for(1;2;3) printf("Hello"); } A.Infinite loop B.Prints “Hello” once. C.No output D.Compile error


C programming 已轉發

#Quiz #CProgramming What is the output of the following program? #include<stdio.h> main() { printf("\"); } A. \ B. \" C. " D. Compile error


Loading...

Something went wrong.


Something went wrong.