What are the storage classes in C?
No Answer is Posted For this Question
Be the First to Post Answer
What are variables c?
Explain what will the preprocessor do for a program?
Write a program that accept anumber in words
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
What does extern mean in a function declaration?
When is the “void” keyword used in a function?
Write a program to reverse a given number in c?
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
how to copy a string without using c function
What is the size of enum in c?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
find the size of structure without using the size of function