Skip to content
Tejsumeru

Thoughts Become Reality

  • Tutorials
  • Video Tutorial
  • Tutorials
  • Video Tutorial
  • Interview Quetions

    How will you print “Hello World” without semicolon?

    December 15, 2019 - By tejsumeru.12@gmail.com

    #include <stdio.h> int main(void) { if (printf("Hello World")) { } }  

    Continue Reading
  • Interview Quetions

    What is scope of a variable? How are variables scoped in C?

    December 15, 2019 - By tejsumeru.12@gmail.com

    Scope of a variable is the part of the program where the variable may directly be accessible. In C, all identifiers are lexically (or statically) scoped.

    Continue Reading
  • Interview Quetions

    What are different storage class specifiers in C?

    December 15, 2019 - By tejsumeru.12@gmail.com

    auto, register, static, extern

    Continue Reading
  • Interview Quetions

    What is the difference between declaration and definition of a variable/function.

    December 15, 2019 - By tejsumeru.12@gmail.com

    Declaration of a variable/function simply declares that the variable/function exists somewhere in the program but the memory is not allocated for them. But the declaration of a variable/function serves an important role. And that is the type of the variable/function. Therefore, when a variable is declared, the program knows the data type of that variable. In case of function declaration, the program knows what are the arguments to that functions, their data types, the order of arguments and the return type of the function. So that’s all about declaration. Coming to the definition, when we define a variable/function, apart from…

    Continue Reading
Newer Posts 

Categories

  • AI
  • Android With Java
  • Android With Kotlin
  • C language
  • C++ Language
  • Computer Vision
  • Data Structure
  • Design
  • Error Solving
  • Flutter
  • Go Lang
  • Interview Quetions
  • Java
  • Javascript
  • Kotlin
  • Machine Learning
  • MATLAB
  • PHP
  • Python
  • SciPy
  • Technology
  • Tutorials
  • Uncategorized
  • Wordpress
Graceful Theme by Optima Themes