Whats s or c mean?
What does sizeof return c?
Explain spaghetti programming?
Tell me can the size of an array be declared at runtime?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
If the size of int data type is two bytes, what is the range of signed int data type?
What type of function is main ()?
in iso what are the common technological language?
What is double pointer?
What is the sizeof () a pointer?
What is an example of structure?
How do you list a file’s date and time?
Why main is used in c?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is a 'null pointer assignment' error?