Deprecated: Implicit conversion from float-string "1628167174.803" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1628167174.803" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1628167174.803" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1628167174.803" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803
Recent activity by shashankmak / GATE Overflow for GATE CSE
27.8k
views
13 answers
Consider the following C program.#include<stdio.h #include<string.h int main() { char* c="GATECSIT2017"; char* p=c; printf("%d", (int)strlen(c+2[p]-6[p]-1)); return 0; }T...